Skip to content

Spring server not bootstrapping correctly when following instructions in documentation/examples #1679

Closed
@GV94

Description

@GV94

Library Version

  • 6.3.6
  • 7.0.0-alpha.3

Describe the bug
When setting up a spring server, by referring to the docs and examples below, the server does not bootstrap correctly. Navigating to http://localhost:8080/graphiql (or any other url) results in a 404. However, when downgrading dependencies (java version, spring, graphql-kotlin-spring-server) to match what is used in this article, it works.

To Reproduce
Please refer to this reproduction repository. The main branch contains the non-working example, and there is a PR to the main branch demonstrating the working example with downgraded dependencies.

Expected behavior
The server should bootstrap correctly and serve the graphiql user interface at localhost:8080/graphiql

Edit: updated endpoint from /playground to /graphiql

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions