Hi there,
I have two web services:
- first: a frontend web service and
- second: a backend web service (graphql api)
both hosted on render.com.
The issue is on frontend service server side call. In other words, when the front end service calls the api service when it is doing server-side rendering it always get the following error:
“Response not successful: Received status code 404” message.
As I see the logs, it seems the request never dispatched to the api service. I am suspect of not allowing internal service call. Is it right?