DNS enabled, however ReactJS website content refresh websocket is blocked port 80

What is the name of the domain?

What is the error number?

WebSocketClient.js:13 WebSocket connection to ‘wss://tornado.rhythm.cash:80/ws’ failed:

What is the issue you’re encountering

Port 80 not working for websocket with DNS enabled

What steps have you taken to resolve the issue?

Websockets are enabled, however port 80 websocket server for website refresh content (when i update reactjs code the website automatically refreshes) is blocked

What feature, service or problem is this related to?

DNS not responding/updating

What are the steps to reproduce the issue?

ReactJS website port 80 refresher is blocked from being accessed.

wss:// is for secure connections so uses port 443. For port 80 use ws://.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.