I'm having issues starting the web server. I've set everything up configuration-wise, the extension is installed and enabled, I've restarted nginx with the new configs, but I can never get the websocket:serve
to get past Starting the WebSocket server on port 6001...
. I'm unsure why this happened, I've made sure to follow the Proxy with SSL tutorial step by step.
EDIT: I have tested the exact same configuration on a local instance and it works without any problems. I have a Hetzner cloud server and from reading they don't seem to block any ports. I have restarted my server and it still doesn't work, so I guess I'll contact them and see if they can help me if in the meantime there is no solution.
EDIT2: We've discovered the issue. So basically, the port in the admin panel was set to 2083, but when starting the webserver it showed it is 6001. So all we had to do is change the admin panel setting to 6001, the one in the nginx config files and it worked as intended. Essentially a display bug, people should cross check if the nginx config values are the same as the one in the admin panel.