workspaces-issues icon indicating copy to clipboard operation
workspaces-issues copied to clipboard

[Bug] - Kasm Workspaces Browser Extension doesn't always work in Edge

Open madser123 opened this issue 9 months ago • 1 comments

Existing Resources

  • [x] Please search the existing issues for related problems
  • [x] Consult the product documentation : Docs
  • [x] Consult the FAQ : FAQ
  • [x] Consult the Troubleshooting Guide : Guide
  • [x] Reviewed existing training videos: Youtube

Describe the bug When installing the extension, everything works fine. I can open links in a workspace. However, after an undefined amount of time, the extension won't open any workspaces. If i restart the Edge process completely (Closing and reopening the window is not enough), everything works again.

To Reproduce Steps to reproduce the behavior:

  1. Download and install the kasm browser-extension
  2. Open a link with the extension
  3. Use workspace for a while
  4. Close workspace
  5. Try to open the link with the extension again
  6. Failure

Expected behavior When using the extension to open links, it should just spawn new workspaces, or at least output an error as to why a new workspace/window didn't open.

Workspaces Version 1.14.0.32d10f (Edit: This is the "web ui version" - I'm unsure where the actual version number resides)

Workspaces Installation Method Single Server

Client Browser (please complete the following information):

  • OS: Windows 11
  • Browser: Microsoft Edge
  • Version: 119.0.2151.12

Workspace Server Information (please provide the output of the following commands):

  • uname -a: Linux frank 6.4.0-0.deb12.2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.4.4-3~bpo12+1 (2023-08-08) x86_64 GNU/Linux

  • cat /etc/os-release:

 PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
  • sudo docker info:
 Client: Docker Engine - Community
 Version:    24.0.6
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.11.2
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.5.0
    Path:     /usr/local/lib/docker/cli-plugins/docker-compose
Server:
 Containers: 9
  Running: 8
  Paused: 0
  Stopped: 1
 Images: 11
 Server Version: 24.0.6
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 61f9fd88f79f081d64d6fa3bb1a0dc71ec870523
 runc version: v1.1.9-0-gccaecfc
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.4.0-0.deb12.2-amd64
 Operating System: Debian GNU/Linux 12 (bookworm)
 OSType: linux
 Architecture: x86_64
 CPUs: 4
 Total Memory: 31.28GiB
 Name: frank
 ID: 7d715ff0-202e-4257-bc20-f7da9dc1f523
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false
  • sudo docker ps | grep kasm:
 943d2cc22051   kasmweb/nginx:1.25.1       "/docker-entrypoint.…"   2 days ago   Up 16 minutes             80/tcp, 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp   kasm_proxy
f1dfc8a53722   kasmweb/share:1.14.0       "/bin/sh -c '/usr/bi…"   2 days ago   Up 16 minutes (healthy)   8182/tcp                                            kasm_share
2a4fc286389f   kasmweb/agent:1.14.0       "/bin/sh -c '/usr/bi…"   2 days ago   Up 16 minutes (healthy)   4444/tcp                                            kasm_agent
61001050615d   kasmweb/api:1.14.0         "/bin/sh -c '/usr/bi…"   2 days ago   Up 16 minutes (healthy)   8080/tcp                                            kasm_api
0dfb65e56f0b   kasmweb/kasm-guac:1.14.0   "/dockerentrypoint.sh"   2 days ago   Up 16 minutes (healthy)                                                       kasm_guac
5ffb05dd65e9   kasmweb/manager:1.14.0     "/bin/sh -c '/usr/bi…"   2 days ago   Up 16 minutes (healthy)   8181/tcp                                            kasm_manager
de16f2307670   redis:5-alpine             "docker-entrypoint.s…"   2 days ago   Up 16 minutes             6379/tcp                                            kasm_redis
156d0c4df30e   postgres:12-alpine         "docker-entrypoint.s…"   2 days ago   Up 16 minutes (healthy)   5432/tcp                                            kasm_db

madser123 avatar Oct 23 '23 16:10 madser123