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
Describe the bug
When setting up a spring server, by referring to the docs and examples below, the server does not bootstrap correctly. Navigating to http://localhost:8080/graphiql (or any other url) results in a 404. However, when downgrading dependencies (java version, spring, graphql-kotlin-spring-server) to match what is used in this article, it works.
To Reproduce
Please refer to this reproduction repository. The main branch contains the non-working example, and there is a PR to the main branch demonstrating the working example with downgraded dependencies.
Expected behavior
The server should bootstrap correctly and serve the graphiql user interface at localhost:8080/graphiql
Edit: updated endpoint from /playground to /graphiql