GraphQL subscriptions are not working #4590
Unanswered
venkat-bhogavilli
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I've got them somewhat working using a souce graph thats using graphql-yoga as a server. I had to explicitely tell the geatway to use SSE like this:
Everything works fine until I hit the "stop" button on GraphiQL. After that the mesh server crashes with the following output:
coming from
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
I am using docker mesh from https://github.com/onelittlenightmusic/graphql-mesh-docker.
I configured 3 subgraphQL services as below. Configuration looks like below. Queries and mutations are working fine. But subscriptions are not working. Subgraphs are implemented in c# using hot chocolate.
GraphQL mesh landing page hows spinning wheel ..nothing is flushed out. Sub-graph subscriptions are working fine. I checked that.
\graphql-mesh-docker-master\docker\work.meshrc.yaml
docker logs

am I doing anything wrong ? or
Beta Was this translation helpful? Give feedback.
All reactions