Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Graphiql Playground is loading infinite #744

Open
TheEightArms opened this issue Mar 14, 2021 · 3 comments
Open

Graphiql Playground is loading infinite #744

TheEightArms opened this issue Mar 14, 2021 · 3 comments

Comments

@TheEightArms
Copy link

Hi i got a problem with loading the integrated Playground.
If i start loading the http://localhost:3001/graphql the page is loading infinite,

here is my configuration:

graphqlHttp({
schema: graphqlSchema,
rootValue: graphqlResolver,
graphiql: true,
customFormatErrorFn(err) {
.....
}

here is my request header

Bildschirmfoto 2021-03-14 um 11 27 10

can anyone help me ?
I dont have an idea what to do or how to troubleshoot.

Thx a lot

Daniel

@acao
Copy link
Member

acao commented Apr 4, 2021

GraphQL Playground is not included in this project. Do you mean graphiql?

what happens if you remove the custom error formatter?

@acao
Copy link
Member

acao commented Jun 14, 2021

@TheEightArms can you create an example repo to show me this error? otherwise it's very difficult to diagnose this issue you are having

@enisdenjo
Copy link
Member

This library has been deprecated and this repo will be archived soon. It has been superseded by graphql-http.

Furthermore, if you seek a fully-featured, well-maintained and performant server - I heavily recommend GraphQL Yoga!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants