Skip to content
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
williamwjs opened this issue Nov 29, 2022 · 2 comments
Labels

Comments

@williamwjs
Copy link

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
@williamwjs williamwjs added the bug label Nov 29, 2022
@oliemansm
Copy link
Member

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

@0xVikas
Copy link

0xVikas commented Jun 2, 2023

@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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants