-
Notifications
You must be signed in to change notification settings - Fork 687
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working