ravada icon indicating copy to clipboard operation
ravada copied to clipboard

Unable to connect to web-ui in Brave (Chromium) / Firefox

Open LinuxSquare opened this issue 1 year ago • 2 comments

Describe the bug Unfortunately, I'm unable to connect to the web-ui of ravada.

Ravada is running inside the docker-container on the following machine: OS: Alpine Linux 3.18 Docker version: 23.0.6-r2 docker-compose version: 2.17.3-r2

When connecting to the port 3000 via nc, it says, it's connected:

[user@manjaro ~]$ nc -v 192.168.200.156 3000                                                                                                                                                                                                  
Connection to 192.168.200.156 3000 port [tcp/hbci] succeeded!

Where 192.168.200.156 is the host IP of the alpine-linux machine. According to previous output, I would say, the port on the firewall is open.

To Reproduce Steps to reproduce the behavior:

  1. Install Alpine
  2. Install libvirt & qemu according to wiki
  3. Install docker and docker-cli-compose: apk add docker docker-cli-compose
  4. Install ravada-dockerfy according to wiki
  5. Start the containers as described on the wiki
  6. Go to IP:3000

Expected behavior The web-ui should show up and I can login with my admin account

Screenshots image

Server (please complete the following information):

  • OS: [e.g. Ubuntu Server X] Alpine Linux 3.18
  • Browser [e.g. chrome, safari]: Brave / Firefox
  • Ravada Version [e.g. 0.6] 2.0.3

Additional context All containers are up and running, according to the output of docker compose ps image

LinuxSquare avatar May 12 '23 19:05 LinuxSquare