Replies: 1 comment
-
Hey there, thanks for writing! Sad to hear you're experiencing issues. To start off, I'd like to confirm that you're using the "single connection mode" ( Seems like we're dealing with 2 different issues here:
I'd like to gain more insight into your problem, do you mind sharing a repro I can play around with? Looking forward to your reply, thanks! |
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
-
Hey everybody,
We just started using graphql-sse for subscriptions, and for the most part it is working well. The flow for our subscription, which is to serve updates to a filterable table of data is:
It is always the same graphql subscription document, just the filter inputs can be changed.
We are hitting some intermittent errors, where we get
{"errors":[{"message":"Missing query"}]}
(400) or{"errors":[{"message":"Stream not found"}]}
(404) on the POST / GET calls that are made, which will resolve themselves either on a retry or after refreshing the page (sometimes a few times).Has anyone hit this before or know what could be happening? I haven't had much luck looking around on the internet / the issues that have been raised here.
Using
2.1.3
for client and server.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions