graphql-java-kickstart/graphql-spring-boot

Getting 404 for /graphiql or /graphql calls when upgrading Spring Boot 3.0.0

williamwjs opened this issue · 2 comments

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

We don't support Spring Boot 3.0.0 yet. See #894 instead. Closing this one.

@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