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
For some reason the update from 1.0.x to 1.1.x caused GraphiQL to no longer work. This turned out to be a CORS issue, which is weird, because GraphiQL and the GraphQL endpoint share the same origin.
I couldn't really find any changes regarding CORS, but maybe I'm not looking in the right places?
For now I managed to solve the issue by adding the local domain to the CORS allowed origins list, but that shouldn't be necessary.