dgs-framework icon indicating copy to clipboard operation
dgs-framework copied to clipboard

bug: graphiql playground page is not working

Open cocchialorenzo9 opened this issue 9 months ago • 2 comments

Expected behavior

When getting the /graphiql endpoint, the GraphQL playground should show up.

Actual behavior

Only a "Loading..." page is shown.

Image

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

cocchialorenzo9 avatar Jun 25 '25 10:06 cocchialorenzo9

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

cocchialorenzo9 avatar Jun 25 '25 10:06 cocchialorenzo9

would merging the workaround here be an option?

luismolina13 avatar Jun 27 '25 22:06 luismolina13

For me personally it worked :)

cocchialorenzo9 avatar Jul 03 '25 11:07 cocchialorenzo9

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

cocchialorenzo9 avatar Jul 03 '25 11:07 cocchialorenzo9

Assuming this was related to the Spring GraphQL release, I just released DGS with the latest Spring GraphQL.

paulbakker avatar Sep 15 '25 21:09 paulbakker