webvirtcloud icon indicating copy to clipboard operation
webvirtcloud copied to clipboard

Can't connect to web interface

Open bieblebrox opened this issue 1 year ago • 1 comments

Hi,

I've installed webvirtcloud using the manual installation. The supervisor service is running, but I can't connect to the web interface. It seems to give an empty response (port 8000), the websocket port seems to respond but that gives a wrong protocol error.

Don't see anything weird on the logs. How can I debug this?

Screenshot 2023-10-18 at 12 16 44

Screenshot 2023-10-18 at 12 16 56

Screenshot 2023-10-18 at 12 17 22

bieblebrox avatar Oct 18 '23 10:10 bieblebrox

You can’t call vnc console like this. You must give instance id after port. You can’t reach websockify port like that. You have to redirect to it with an nginx forward. http://localhost/console/?token=41-ab16cab5-967f-4423-8bdb-c2a3571b8804 Please check nginx config again

catborise avatar Oct 20 '23 20:10 catborise