Demo app spring-server returns 404 for base route - /playground #1761
-
Hey curious if this is a known issue with running the spring-server example locally, but it appears to not be properly registering an entry route. Everything builds correctly, the app starts with no errors but when navigating to http://localhost:8080/playground it throws a 404. Is there information missing from the readme or is this an actual issue? Steps to reproduce:
|
Beta Was this translation helpful? Give feedback.
Answered by
samuelAndalon
Apr 26, 2023
Replies: 1 comment 3 replies
-
Which version of graphql-kotlin are you using to clone ? or just using what is on master ? also see: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try
/graphiql
also created #1762 to point to graphiql IDE, playground is still available but needs to be manually enabled, more info -> https://opensource.expediagroup.com/graphql-kotlin/docs/server/spring-server/spring-properties/