Ambiguous 500 server error when trying to run subscription #835
Unanswered
hawksdoves
asked this question in
Q&A
Replies: 1 comment
-
@hawksdoves Can you see if version https://github.com/ExpediaGroup/graphql-kotlin/releases/tag/4.0.0-alpha.1 helps resolve your issue? It includes this fix: #845 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using your wonderful graphql-spring-server library and have it up and working for my queries and mutations (tested manually in my local playground) however, I am struggling implementing a simple subscription. When I try and run a subscription within the playground
eg
as defined
In the playground I get error
"Could not connect to websocket endpoint ws://localhost:15015/subscriptions. Please check if the endpoint url is correct."
and on the server I get:I was hoping you might have experienced this before and could point me in the right direction on how to resolve this.
Thanks so much
Beta Was this translation helpful? Give feedback.
All reactions