workers-graphql-server icon indicating copy to clipboard operation
workers-graphql-server copied to clipboard

Unable to use Apollo Graph Manager

Open kristianfreeman opened this issue 4 years ago • 1 comments

When deploying a version of the GraphQL server that has the Apollo Engine config provided:

const server = new ApolloServer({
  typeDefs,
  resolvers,
  engine: {
    apiKey: "abc123",
    schemaTag: "production"
  }
});

Any executed queries return the error:

{
  "error": {
    "errors": [
      {
        "message": "[internal apollo-server error] addProtobufError called before startTiming!",
        "extensions": {
          "code": "INTERNAL_SERVER_ERROR"
        }
      }
    ]
  }
}

I found this issue https://github.com/apollographql/apollo-server/issues/3627 which seems to document this, but bumping to a specific version as specified in that ticket didn't resolve the error.

kristianfreeman avatar May 15 '20 15:05 kristianfreeman

yêu cầu kéo

tungmeoo avatar Apr 12 '23 22:04 tungmeoo