You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the frontend/app/src/config.js the default of the backend is set to localhost:8000.
In my case, I have issues in my machine with WSL and docker so I have to run docker containers on VPS, I need to tweak that value, it was a small task for me but for someone a bit less aware of node.js can be a broken software.
The text was updated successfully, but these errors were encountered:
In the
frontend/app/src/config.js
thedefault
of the backend is set tolocalhost:8000
.In my case, I have issues in my machine with WSL and docker so I have to run docker containers on VPS, I need to tweak that value, it was a small task for me but for someone a bit less aware of node.js can be a broken software.
The text was updated successfully, but these errors were encountered: