/graphql/stream endpoint returning 404 with fastify and useGraphQLSSE plugin #3271
Unanswered
nickqweaver
asked this question in
Q&A
Replies: 2 comments
-
|
Could you share a reproduction? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I was able to get this working by explicitly creating a 2nd route for |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm refactoring my application and moving off of express in favor of Fastify. Using express I followed the documentation and was able to successfully get events streamed to the client. Now that I'm on fastify i'm getting a 404 error
"msg":"Route PUT:/graphql/stream not found"}.Is there something else I need to do to expose the
/graphql/streamendpoint to get this to work with fastify?Beta Was this translation helpful? Give feedback.
All reactions