You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sounds like an issue I've run into too. My problem is that render-playground-page.js uses URLs without specifying the protocol and fetches using "http" vs. "https" fail.
Note, until/unless this is fixed in the repo you will have to make this change every time you delete node_modules or reinstall all packages and overwrite your manual change.
In the following code change the URL after "void 0 ? ' from '//cdn.jsdelivr..' to 'https://cdn.jsdelivr...'
This issue pertains to the following package(s):
What OS and OS version are you experiencing the issue(s) on?
macOS 13.2, Safari 16.3 (18614.4.6.1.5)
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
express middleware 1.7.23
What is the expected behavior?
Playground can be reached via localhost and make queries/check schema
What is the actual behavior?
Playground loads fine, but can't connect to server. Error below. This does not happen when connecting via 127.0.0.1
What steps may we take to reproduce the behavior?
Connect to Playground via localhost on Safari
Please provide a g
if or image of the issue for a quicker response/fix.
The text was updated successfully, but these errors were encountered: