GraphiQL showing INTERNAL_SERVER_ERROR

Not been able to access GraphiQL or request data for the past couple of days. GraphiQL interface shows the following error:

{
  "errors": [
    {
      "message": "An unexpected error happened on our side.",
      "extensions": {
        "contentful": {
          "code": "INTERNAL_SERVER_ERROR",
          "requestId": "...(some hash)..."
        }
      }
    }
  ]
}
1 Like

Hi @xzmaru , are you using GatsbyJS ‘local’ GraphiQL or the official Contentful endpoint?

@Alma @xzmaru

Same issue here…

I’m using the official Contentful endpoint with a enviornment.
SpaceID, environment and access token are correct.

https://graphql.contentful.com/content/v1/spaces/{SPACE}/environments/{ENVIRONMENT}/explore?access_token={CDA_TOKEN}

What am I doing wrong?

Fixed it!