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
Subscription should work with endpoint address wss://subscriptions.ap-northeast-1.graph.cool/v1/cjdbw710k0zpr0129sv35o79e
What is the actual behavior?
We are using the wrong(default) endpoint address: wss://subscriptions.graph.cool/v1/cjdbw710k0zpr0129sv35o79e
WebSocket connection to 'wss://subscriptions.graph.cool/v1/cjdbw710k0zpr0129sv35o79e' failed: WebSocket is closed before the connection is established.
What steps may we take to reproduce the behavior?
Use PlayGround with a service in the ap-northeast region.
The text was updated successfully, but these errors were encountered:
I had the same issue and switching from shared-ap-northeast-1 to shared-us-west-2 has fixed it.
I also lost days trying to figure out why my subscriptions failed intermittently in my app and switching regions seems to have fixed that too. Needless to say this was extremely frustrating, I think you should put a warning in your docs if this is a known issue.
This issue pertains to the following package(s):
What OS and OS version are you experiencing the issue(s) on?
Chrome Browser, Ubuntu 17.10
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
https://api.graph.cool/simple/v1/cjdbw710k0zpr0129sv35o79e
What is the expected behavior?
Subscription should work with endpoint address wss://subscriptions.ap-northeast-1.graph.cool/v1/cjdbw710k0zpr0129sv35o79e
What is the actual behavior?
We are using the wrong(default) endpoint address: wss://subscriptions.graph.cool/v1/cjdbw710k0zpr0129sv35o79e
What steps may we take to reproduce the behavior?
Use PlayGround with a service in the ap-northeast region.
The text was updated successfully, but these errors were encountered: