Skip to content

The GraphQL UI cannot be opened if a spring.mvc.servlet.path is configured #402

Closed
@dawi

Description

@dawi

The GraphQL UI cannot be opened if a spring.mvc.servlet.path is configured like this:

spring.mvc.servlet.path=/api

Browsing http://localhost:8080/api/graphiql redirects to http://localhost:8080/graphiql?path=/graphql which results in a 404.
Browsing http://localhost:8080/api/graphiql?path=/api/graphql directly works fine.

Metadata

Metadata

Assignees

Labels

in: webIssues related to web handlingtype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions