-
Notifications
You must be signed in to change notification settings - Fork 2k
GraphQL Playground CDN URL is not valid #2676
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
For anyone else struggling with this, I learned that you can override the version of
I'm not sure why 1.7.10 is no longer available in the CDN. |
I got this too. Changing the playground confirmed to fix it for me as well. |
i am also getting same issue when i was update the apollo-server from 2.1.0 to 2.5.0 |
same issue, took me a while to find this thread with the fix |
Taking a look at this now, thank you for reporting it. I think I can have this fixed in a backwards compatible way pretty soon. |
We (@trevor-scheer and I) believe we've resolved this problem for anyone affected by publishing Anyone who had applied the fix above should be able to remove the As to what happened, for anyone interested... We previously hadn't published that specific version of New changes, which were necessary to make to the That would have been okay, however, To mitigate against this happening again, we'll be pinning the exact version in future |
@abernix I believe that this is still an issue in the currently available https://github.com/apollographql/fullstack-tutorial/ project. As it's requesting: https://cdn.jsdelivr.net/npm/@apollographql/[email protected]/build/static/css/index.css See here for discussion: https://spectrum.chat/apollo/apollo-server/graphql-playground-does-not-work-on-localhost-4000~fd431b61-5051-42f8-8bf9-c12a3ac64e10 |
This workaround did eliminate the error. However I am now getting a clipped schema view: Any Ideas? Thanks. |
Some folks have continued to 👍 this even after we thought we resolved it, but I think I have an idea of why so I've gone ahead and back-published an I'd recommend anyone running into this — including those using the (And I'll probably lock this issue in a couple days to get an accurate read on this!) Thanks for those who have continued to report problems! (And @ramtob, please open a new issue?) |
@abernix It would seem too awkward to open a new issue for a problem in a workaround for another problem.. |
When starting a new project, and navigating to the endpoint, the following error is thrown in the console:
It appears that the url for the cdn is no longer valid, and needs to be updated to to
The text was updated successfully, but these errors were encountered: