Internet access
I have a backend code port of 8000 and a frontend code port of 3000. They are running in the same sandbox, but the frontend and backend cannot communicate. Is there any solution?
in front-end settings REACT_APP_API_URL=http://localhost:8000
In the actual output sandbox, the URLs corresponding to the two ports do not start with localhost. How can I modify the code so that the normal localhost corresponding addresses can be output in the sandbox?
Hey @daxian-lh, because the frontend runs in your browser, in order to communicate with the backend you need to pass your public backend URL to it.
I am closing this issue as no next steps required from our side.