Is there an existing issue for this?
Current Behavior
When I click on the sign in avatar in the top right corner of the browser It redirects me to the sign in option. I am able to sign in within the tab even though I receive a something when wrong error but the browser itself is not signed. Due to this I can not access my book marks and other saved preferences.
Expected Behavior
Stay signed in and access synced items from other browsers
Steps To Reproduce
- Install via Kasm Workspaces Linux server.io.
- Attempt to sign in
Environment
- OS: Ubuntu Server 22 Kasm Workspaces Linux server.io
- Docker compose from Linux server.io
CPU architecture
x86-64
Docker creation
GNU nano 7.2 docker-compose.yml
networks:
proxy:
external: true
services:
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
networks:
- proxy
privileged: true
environment:
- KASM_PORT=8443
- PUID=1000
- PGID=1000
volumes:
- /home/folder/kasm/data:/opt
- /home/folder/kasm/profiles:/profiles
- /mnt/Kasm:/share
# - /home/folder/kasm/dev/input:/dev/input
# - /home/folder/kasm/run/udev/data:/run/udev/data
ports:
- 3030:3000
- 8443:8443
restart: unless-stopped
Container logs
Using within Kasm workspaces I'm an unsure how to get logs. I apologize I'm still learning.
Is there an existing issue for this?
Current Behavior
When I click on the sign in avatar in the top right corner of the browser It redirects me to the sign in option. I am able to sign in within the tab even though I receive a something when wrong error but the browser itself is not signed. Due to this I can not access my book marks and other saved preferences.
Expected Behavior
Stay signed in and access synced items from other browsers
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
GNU nano 7.2 docker-compose.yml networks: proxy: external: true services: kasm: image: lscr.io/linuxserver/kasm:latest container_name: kasm networks: - proxy privileged: true environment: - KASM_PORT=8443 - PUID=1000 - PGID=1000 volumes: - /home/folder/kasm/data:/opt - /home/folder/kasm/profiles:/profiles - /mnt/Kasm:/share # - /home/folder/kasm/dev/input:/dev/input # - /home/folder/kasm/run/udev/data:/run/udev/data ports: - 3030:3000 - 8443:8443 restart: unless-stoppedContainer logs
Using within Kasm workspaces I'm an unsure how to get logs. I apologize I'm still learning.