Why an error occurs when local code is deployed to the server

deployment code error

the development uses ant design to develop the front end, and the back end uses the spring boot; environment to have a test environment and a development environment. Half of the debugging interfaces are in the development environment (locally connecting to the back-end classmate interface). When I am developing, the test interface connects to the test server interface, there will be no problems in local debugging, and there will be no errors in the front-end code using local code, but some code errors will occur when the front-end code is deployed to the server.

can you help me analyze why?

Apr.08,2022
Menu