graphql-kit/graphql-faker

Error when extending remote api with docker

r-s-sandbox opened this issue · 1 comments

I can access the api via playground but when I try to extend it using docker, I get the following error:

Error: Can't get introspection from https://<API_URL>/graphql:
request to https://<API_URL>/graphql failed, reason: connect EHOSTUNREACH 172.17.66.20:443

The API is not protected so I'm not passing in auth token.

If I run the node package with extend, it creates the local server but the editor stays stuck at loading

Turns out its not related to the package but a restriction in our infrastructure