You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configured web socket connection using "connect" and able to create successful web socket connection.
When tried to send subscription registration messages to AWS AppSync using Amazon Cognito user pools authentication, getting below error -
ws WS receive: {"type":"error","payload":{"errors":[{"errorType":"UnsupportedOperation","message":"unknown not supported through the realtime channel"}]}}
Getting this error while sending subscription registration message to AWS AppSync -
ws WS receive: {"type":"error","payload":{"errors":[{"errorType":"UnsupportedOperation","message":"unknown not supported through the realtime channel"}]}}
@neha-2022 I'm not familiar with AppSync but it looks like it implements a custom application-level protocol on top of WebSockets (which is only used for transport).
Configured web socket connection using "connect" and able to create successful web socket connection.
When tried to send subscription registration messages to AWS AppSync using Amazon Cognito user pools authentication, getting below error -
ws WS receive: {"type":"error","payload":{"errors":[{"errorType":"UnsupportedOperation","message":"unknown not supported through the realtime channel"}]}}
Found the solution (apollographql/apollo-feature-requests#224) on the internet but no sure how to use it with artillery.
Version info:
Running this command:
I expected to see this happen:
Subscription should be registered.
Getting this error while sending subscription registration message to AWS AppSync -
ws WS receive: {"type":"error","payload":{"errors":[{"errorType":"UnsupportedOperation","message":"unknown not supported through the realtime channel"}]}}
Files being used:
The text was updated successfully, but these errors were encountered: