WebSocket is closed before the connection is established

Basically, websocket is used in dev environment until I kill the dev server and restart. After that any existing browser tabs connected to the server will use longpoll, but new browser sessions use websocket.

Ah this was it - thanks!

1 Like