bug: graphiql playground page is not working
Expected behavior
When getting the /graphiql endpoint, the GraphQL playground should show up.
Actual behavior
Only a "Loading..." page is shown.
Steps to reproduce
Run the service with proper security configuration and navigate to http://localhost:14500/graphiql.
Hint
Should be related to: https://github.com/graphql/graphiql/issues/4034. GraphiQL v5 is now served in a different CDN apparently
Maybe also related to: https://github.com/spring-projects/spring-graphql/issues/1209 not sure how the dependencies are working here. They are also providing a temporary workaround
would merging the workaround here be an option?
For me personally it worked :)
But, this would introduce a temporary fix that would be needed to be removed in a second moment. Not sure how the community wants to manage such as a scenario
Assuming this was related to the Spring GraphQL release, I just released DGS with the latest Spring GraphQL.