Description
Library Version
- 6.3.6
- 7.0.0-alpha.3
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