Getting 404 for /graphiql or /graphql calls when upgrading Spring Boot 3.0.0
williamwjs opened this issue · 2 comments
williamwjs commented
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
0xVikas commented
@oliemansm Still facing 404 for calls to /graphiql after v15.0.0, is this expected?
EDIT: Just had to enable it with graphql.graphiql.enabled=true