Websocket Connection Error on Remote Server

Dear all,

I’ve created a local chat app demo a per wappler docs. It’s working fine on localserver. But on remote server I’m getting this error.
I’m new in Wappler. So, please let me know if I’m missing something.

Anyone ?

Hi.
Haven’t seen this before. On local this errors shows when local server is off, and browser still tries to connect because the tab is open.

How have you deployed your app on the remote server?
Make sure the WS protocol is supported and required port is open.

Sorry for silly question, but @sid, can you please elaborate how to check websocket protocol and port

From what I can see, ports used in WS are same as for HTTP - 443 and 80 - so that seems ok.

But, I could not find anything generic around checking if WS support is enabled on a server or not.
You can search specifically for your remote server hosting provider.

Can you open the error message?
image

This is the expanded view.

Can you check the network tab in devtools and expand the failed connections there

I got this on network tab.

Hi, Did you find any solution for this as I’m getting the same issue on my application.