No breakpoints set
Problem is that using (insecure) websockets in a secure website triggers this error. And i have to use a secure (https) website (pwa).
Yes, the network server does not support secure websockets (wss). You will probably needs to set up your webserver to proxy secure websocket connections to the network server.