linuxserver / docker-kasm

Kasm Workspaces platform provides enterprise-class orchestration, data loss prevention, and web streaming technology to enable the delivery of containerized workloads to your browser.
GNU General Public License v3.0
315 stars 28 forks source link

[BUG] Giving empty response on page load #31

Closed twicer-is-coder closed 1 year ago

twicer-is-coder commented 1 year ago

Is there an existing issue for this?

Current Behavior

I am using Kasm Workspace using docker image by linux server. I am running it on port 3000 and when I visit the page it gives me empty response.

Expected Behavior

Should have show the UI.

Steps To Reproduce

1) Run docker-compose with my yml provided and visit the URLs.

Environment

- OS:
- How docker service was installed:
 sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

CPU architecture

x86-64

Docker creation

1) docker-compose with Portainer
version: "2.1"

services:

kasm:

image: [lscr.io/linuxserver/kasm:latest](https://lscr.io/linuxserver/kasm:latest)

container_name: kasm

privileged: true

environment:

- KASM_PORT=4443

volumes:

- /path/to/data:/opt

ports:

- 3000:3000
- 4443:4443

restart: unless-stopped

Container logs

[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗ 
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝ 
   Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    911
User GID:    911
───────────────────────────────────────
[custom-init] No custom files found, skipping...
[ls.io-init] done.
time="2023-04-30T18:58:29.135409529Z" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

thelamer commented 1 year ago

https://localhost:3000 does not load for you (note the https)

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

kulps commented 1 year ago

I am receiving the same error, unfortunately I've not found a solution, yet.

funbotan commented 1 year ago

Same issue here. I tried to run the same docker-compose on two different machines, one Ubuntu and one Fedora and got identical results.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity