On Tue, Feb 15, 2022 at 08:56:18PM -0500, mevan wrote:
Hi there,
> WebSocket connection to 'wss://erx.asdf.com/ws/stats' failed:
> edge.min.js:3210
>
> How can I get this last part working?
Does the description at
https://nginx.org/en/docs/http/websocket.html
or
https://www.nginx.com/blog/
I have the following configuration working. I am able to login to the
application and most of it works. However there are
certain elements which function as websockets. I see this message in the
browser devtools:
WebSocket connection to 'wss://erx.asdf.com/ws/stats' failed:
edge.min.js:3210
Ho