Frontend and Backend talking on Workspace
I'm not sure why this isn't working but when trying to use my Vue frontend with my NodeJS backend (both are currently set up with coder_app), when pointing to the Vue API_URL to http://localhost:8081 (Node backend is running on 8081) the browser tries to communicate with my localhost instead of the workspace localhost.
I notice that if I use the Remote VsCode App and Forward the ports it works as intended, but I wanted to know if that is an intended behaviour or how I can fix this issue. Main goal is for developers to be able to run frontend and backend applications on their workspace.
I notice that if I use the Remote VsCode App and Forward the ports it works as intended, but I wanted to know if that is an intended behaviour or how I can fix this issue. Main goal is for developers to be able to run frontend and backend applications on their workspace.