Was able to fix it. In the corresponding proxy configuration for Nginx you need to add
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
to the “location” tag
Was able to fix it. In the corresponding proxy configuration for Nginx you need to add
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
to the “location” tag