-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSocket connection has not been established #100
Comments
Same. I've even used
The connection is occurring over |
I did get something working in the end building the link manually, my code is a lot more complicated as it has a lot of different links but something like this might work for you:
|
Thanks @ledburyb . It looks like you solved the problem by switching out the library completely (to ApolloClient). I ended up doing the same, except to urql. Shocking that there's no response, especially given that these are the same folks that made Hasura. |
Running a very similar example to the documented one but I can't seem to get subscriptions working (queries run fine).
main.js
The text was updated successfully, but these errors were encountered: