-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
GraphQL Playground not loading #1200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@omairvaiyani I couldn't reproduce the problem. Do you mind to share the steps that you are using to run both parse server and parse dashboard? Are you using the CLI? Can you please also share the versions of node.js, npm, parse-server and parse-dashboard that you are running? If you use the following sequence, does it work?
|
@davimacedo hey so sorry, this was definitely a (very edge-case) setup issue with my architecture! |
glad to know it worked! |
When running the playground locally, I'm able to connect to the GraphQL server. Also when I postman into
/graphql
, everything work's fine. But if I load the playground through Parse Dashboard, I getnet::ERR_FAILED
.I can confirm that the url and headers are all fine. Everything matches when loading playground directly vs. loading in Parse Dashboard.
The text was updated successfully, but these errors were encountered: