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
On Spring Boot WebFlux project, GraphQL-Kotlin doesn't receive POST request and send response correctly.
When running example project (attached git repository below) on JVM, it works correctly.
On the other hand, native-compiled binaries doesn't work well.
Library Version
graphql-kotlin-spring-server:8.2.1
OS: macOS Sonoma (Apple M1 Pro)
JVM:
graalvm-ce-21
Describe the bug
On Spring Boot WebFlux project, GraphQL-Kotlin doesn't receive POST request and send response correctly.
When running example project (attached git repository below) on JVM, it works correctly.
On the other hand, native-compiled binaries doesn't work well.
I'm following this documentation for native build.
To Reproduce
Clone the example project.
Run
./gradlew nativeCompile
.Run
./build/native/nativeCompile/application
Run query below to http://localhost:8080/graphql
Debug logs output:
Also, GraphiQL doesn't work because resource not found.
Note that if you run with GET request below, it seems running but empty response will be returned.
Debug logs output:
Expected behavior
Works correctly same as running on JVM.
The text was updated successfully, but these errors were encountered: