Error calling another service

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?

ok, i found the error was with wrong headers were set with request. Having a better logging details could defenitiely help on these kind of cases.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.