Getting "The response type is not supported." on subscription request #5045
Unanswered
peterhuijsen
asked this question in
Q&A
Replies: 2 comments 1 reply
-
i dont see anything obvious wrong. do you have a reproduction on github? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you ever resolve this? I am currently facing the same issue. My subscriptions had previously been working fine, but they have all of a sudden stopped working. |
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
-
When I'm doing normal queries to my gql api and mutations it works as expected, but when creating a subscription it throws me this error:
{ "errors": [ { "message": "The response type is not supported." } ] }
This is my setup file:
and this is the subscription:
with the object:
and the request I tried:
I have tried using other
Content-Type
headers, but this made it return a 404 error.I'm running this locally and I'm using Insomnia to send the queries
I feel like I'm just missing something pretty obvious, but I can't find it, so I didn't make this an issue and instead a discussion. Does anyone else have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions