Skip to content

Subscriptions not working with Hasura via apollo Client graphql. error - Error: WebSocket implementation missing; #514

Answered by enisdenjo
Albosonic asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there. As the error states, the WebSocket implementation is missing. Since you're using SSR, the code probably runs on the server and not in the browser.

You should be able to fix the issue by making sure it runs in the browser instead.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@enisdenjo
Comment options

@Albosonic
Comment options

Answer selected by enisdenjo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #513 on October 20, 2023 17:21.