WebsocketConnection WebSocket onerror

@Elshan_Gadimov
So, My location block in nginx conf file was

location /_stcore/streamstream {
}

instead of

location /_stcore/stream {
}

That extra “stream” was the typo.

1 Like