Replies: 2 comments 2 replies
-
@deeprobin Converted to Discussion, since it hasn't been determined this is a bug yet. When I run the example project it works just fine without any errors. As you can see here these files are really stored in that I also notice you have added a couple of dependencies that are unnecessary or are even conflicting. Conflicting that should be removed entirely, since these versions are not compatible with the GraphQL Kickstart libraries your using. GraphQL Kickstart pulls in the compatible versons of these libraries automatically.
Since you already have the
You have a lot of properties defined that are using the defaults, so those could be removed too. |
Beta Was this translation helpful? Give feedback.
-
Hi @oliemansm Logo Debug logs when i hit playground url .annotation.RequestMappingHandlerMapping Mapped to graphql.kickstart.autoconfigure.editor.playground.PlaygroundController#playground(Object) |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
To Reproduce
Steps to reproduce the behavior:
application.yml
schema.graphqls
Expected behavior
That /vendor/ files are not served as 404
Beta Was this translation helpful? Give feedback.
All reactions