You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the project that I'm trying to setup. When I boot up the server and visit localhost:8080/graphql I cannot see the playground (but nothing is logged 🤔)
After running gradle --version I get the following output:
❯ gradle --version
------------------------------------------------------------
Gradle 7.3.3
------------------------------------------------------------
Build time: 2021-12-22 12:37:54 UTC
Revision: 6f556c80f945dc54b50e0be633da6c62dbe8dc71
Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 17.0.1 (Oracle Corporation 17.0.1+12-39)
OS: Linux 5.4.0-94-generic amd64
The text was updated successfully, but these errors were encountered:
Hi all,
I'm following this tutorial from scratch. However, it seems to me that it is not up to date with the newly automatically generated files from ktor.io.
What are the steps required that I should take to make it work with the following specs:
This is the project that I'm trying to setup. When I boot up the server and visit
localhost:8080/graphql
I cannot see the playground (but nothing is logged 🤔)After running
gradle --version
I get the following output:The text was updated successfully, but these errors were encountered: