Description
I just upgraded to Spring GraphQL 1.4.1 and GraphQL Java 24.1 to upgrade to GraphiQL 5.0.0 and fix the issue with GraphiQL not loading. The GraphiQL URL now loads however It still fails to load the schema and shows the following error.
{ "errors": [ { "message": "Failed to execute 'json' on 'Response': Unexpected end of JSON input", "stack": "SyntaxError: Unexpected end of JSON input\n at https://esm.sh/@graphiql/[email protected]/X-ZWdyYXBocWw/es2022/toolkit.bundle.mjs:7:2407\n at Generator.next (<anonymous>)\n at n (https://esm.sh/@graphiql/[email protected]/X-ZWdyYXBocWw/es2022/toolkit.bundle.mjs:2:554)\n at https://esm.sh/@graphiql/[email protected]/X-ZWdyYXBocWw/es2022/toolkit.bundle.mjs:2:629" } ] }
Is there anything else required for GraphiQL 5.0.0 to work with the new Spring GraphQL 1.4.1? Thanks