Hello, I’m working on an university project involving a proxy. I deployed both the frontend ( a nextJS app) the proxy ( a FastAPI app) and a NodeJS backend web service .
The requests from the frontend reach the proxy succesfully, but then the forwarded request to the backend service fails with the response below.
I have free plan so no access to internal host adresses for the service.
Anyone has any idea why this happens and how can i fix it ?! Any help is much appreciated.
Are you using any authentication between your frontend, proxy and backend?
Potentially moving the backend to be a private service may simplify things, and if it’s only ever needed to be accessible via the proxy, then it wouldn’t hurt.