You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using official docker image of graphql-faker apisguru/graphql-faker:v2.0.0-rc.19 and getting this:
Default file ./schema_extension.faker.graphql is used. Specify [file] parameter to change.
Error: Can't get introspection from https://api-voronkov-rename-cache-folders.stages.xxx/graphql:
request to https://api-voronkov-rename-cache-folders.stages.xxx/graphql failed, reason: certificate has expired
at graphqlRequest.then.catch (/usr/local/share/.config/yarn/global/node_modules/graphql-faker/dist/utils.js:31:15)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
But from the local machine all is ok:
graphql-faker --extend https://api-voronkov-rename-cache-folders.stages.xxx/graphql
Default file ./schema_extension.faker.graphql is used. Specify [file] parameter to change.
✔ Your GraphQL Fake API is ready to use 🚀
Here are your links:
❯ Interactive Editor: http://localhost:9002/editor
❯ GraphQL API: http://localhost:9002/graphql
The text was updated successfully, but these errors were encountered:
Antiarchitect
changed the title
graphql-faker docker
graphql-faker docker certificate has expired
Jun 1, 2020
I'm using official docker image of graphql-faker apisguru/graphql-faker:v2.0.0-rc.19 and getting this:
But from the local machine all is ok:
The text was updated successfully, but these errors were encountered: