mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #610] Can't connect to web interface #357
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#357
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bieblebrox on GitHub (Oct 18, 2023).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/610
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?
@catborise commented on GitHub (Oct 20, 2023):
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