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
The Websockets request appears to be returning a 101 code, which I assume means that it is using the HTTP fallback, which I assume is causing the streams to not work. I'm going to look deeper into this issue and see if I can provide more insight.
The text was updated successfully, but these errors were encountered:
Actually the 101 status code is normal. You can force disabling websockets (for testing purposes) starting meteor with the env var DISABLE_WEBSOCKETS set to true
The Websockets request appears to be returning a 101 code, which I assume means that it is using the HTTP fallback, which I assume is causing the streams to not work. I'm going to look deeper into this issue and see if I can provide more insight.
The text was updated successfully, but these errors were encountered: