Hello, for some reason websockets (on Windows, Meteor 1.2 and 1.3 - upgrading didn’t fix) quit working with this error.
WebSocket connection to 'ws://localhost:3000/sockjs/472/_jiysdjk/websocket' failed: Error during WebSocket handshake: Invalid status line.
So I look to see what is going on in the websocket connection in the Chrome network tools and there is only one line:
(Opcode -1)
The app uses XHR now.
Any idea what’s going on?
Note: this started happening a while ago so if there’s any way I could avoid having to uninstall all packages that would be great. I guess I could just commit my files though, then remove packages one by one if need be.
Update - I searched the github repo - the word ‘opcode’ isn’t in a single place there! that makes me really wonder what’s happening.
Hey can you please have a look at the issue I raised.
I am stuck at creating a proxy to wss connection while handling ssl through nginx
Please find the link below