Talk to another private service with correct URL?
I have added the private URL of serviceB to serverA.
serverA: webapp
serverB: api
I have deploy a graphql apis on serverB at
example.com/graphql
URL.
I have tried in the serverA as environment variable API_URL
in following ways:
- serviceB/graphql
- serviceB:<PORT>/graphql
If I directly added the internal URL with sub-path it doesn't work.
Am I doing something wrong here?5 Replies
Project ID:
2531c331-6f54-4d37-b68e-0140e94619c0
2531c331-6f54-4d37-b68e-0140e94619c0
please show both code and errors
Here's the error I get from the webapp service,
I need to use the GraphQL internal URI to make SSR request from webapp using apollo client
1. you are missing the scheme (http://)
2. you are missing a port