This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Getting 404 for /graphiql or /graphql calls when upgrading Spring Boot 3.0.0 #895
Closed
Description
Describe the bug
Getting 404 for /graphiql or /graphql calls when upgrading Spring Boot 3.0.0
To Reproduce
Steps to reproduce the behavior:
Bump Spring Boot to 3.0.0
Expected behavior
/graphiql could load or /graphql call could succeed
Additional context
My application.yml:
graphql:
graphiql:
enabled: true
subscriptions:
timeout: 30000