-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CDN is broken for GraphiQL package #506
Comments
Yep there is some issue, I am facing a different error with this file
At the EOF you will find a 'ret' token, that is resulting in a syntax error |
Sounds like we should link to a specific version instead of |
you can use //unpkg.com/react-dom@15.6.0/dist/react-dom.min.js inside /node_modules/apollo-server-module-graphiql/dist/renderGraphiQL.js as a quick workaround. |
Looks like that wouldn't fix it: unpkg/unpkg#54 |
The file on CDN is up again. |
OK let's have any future discussion on #295 |
This can also occur if you're sending authorization headers on your browser as you access the /graphiql endpoint. unpkg.com objects to the authorization header and rejects the request. Since I use auth headers to identify the caller to my endpoint and I still want to test that through graphiql, I did the following:
The only reason this popped up for me was because I cleared my browser cache. |
Hi guys,
The CDN link for GraphiQL package seems to be broken and does not work. Although I'm not sure if this happens only on my end, I'm using graphiql-app as an alternative for now.
The text was updated successfully, but these errors were encountered: