-
I'm using graphql ws for subscription, I have an apollo gatway as the backend and using react on front end, this error does not happen in the local environment, but whenever I publish it online, which is using cpolar to expose it in the public, this websocket is generating the next problem. Internal error emitted on a WebSocket socket. Please check your implementation. RangeError: Invalid WebSocket frame: invalid status code 1006 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Close code There are a few things you can check:
|
Beta Was this translation helpful? Give feedback.
Close code
1006
means that something out of graphql-ws control has went sideways.There are a few things you can check: