Nginx socket.io issues

Seeing this in chrome.

But when I issue this command it works

Looks like the nginx proxy pass is keeping the origonal port reference and somehow adding that to the
upstream server url ie

upstream frappe-bench-socketio-server {
server 127.0.0.1:9000 fail_timeout=0;
}

Sorry guys. It was a firewall rule blocking port 9000

1 Like

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