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
Error: Error: "error" message expects the 'id' property to be a string, but got undefined
Expected Behaviour
[https://docs.aws.amazon.com/en_us/appsync/latest/devguide/real-time-websocket-client.html]
i checked the websocket environment with this specification and it has worked with wscat.
the ka message leads to an error.
Actual Behaviour
I checked the source code the i saw tht the component uses other requests than AWS does.
Debug Information
create an AWS amplify api and check subscription.
Further Information
I can send my source code, if requested.
The text was updated successfully, but these errors were encountered:
Screenshot
i set a console.log at validateMessage:
Error: Error: "error" message expects the 'id' property to be a string, but got undefined
Expected Behaviour
[https://docs.aws.amazon.com/en_us/appsync/latest/devguide/real-time-websocket-client.html]
i checked the websocket environment with this specification and it has worked with wscat.
the ka message leads to an error.
Actual Behaviour
I checked the source code the i saw tht the component uses other requests than AWS does.
Debug Information
create an AWS amplify api and check subscription.
Further Information
I can send my source code, if requested.
The text was updated successfully, but these errors were encountered: