https://prefect.io logo
Title
s

Shaun Cutts

08/25/2020, 1:06 AM
Implementing experimental server helm chart; making some progress. I have db initializing and most services starting properly — but not apollo:
{"status":"ok","version":"UNKNOWN"}
GraphQL service healthy!

> @ serve /apollo
> node dist/index.js

2020-08-25T00:43:27.136Z Building schema...
2020-08-25T00:43:27.155Z Error: Could not obtain introspection result, received: {"path":"$","error":"resource does not exist","code":"not-found"}
  at getSchemaFromIntrospection (/apollo/node_modules/@graphql-tools/wrap/index.cjs.js:981:15)
  at introspectSchema (/apollo/node_modules/@graphql-tools/wrap/index.cjs.js:990:12)
  at process._tickCallback (internal/process/next_tick.js:68:7) Could not obtain introspection result, received: {"path":"$","error":"resource does not exist","code":"not-found"} Error: Could not obtain introspection result, received: {"path":"$","error":"resource does not exist","code":"not-found"}
  at getSchemaFromIntrospection (/apollo/node_modules/@graphql-tools/wrap/index.cjs.js:981:15)
  at introspectSchema (/apollo/node_modules/@graphql-tools/wrap/index.cjs.js:990:12)
  at process._tickCallback (internal/process/next_tick.js:68:7)
2020-08-25T00:43:27.155Z 
Trying again in 3 seconds...