Describe the bug
Just set up Jotty today and having a lot of problems with being auto logged out (redirected to login screen). I only have one user. No related docker logs logs.
Docker stack:
services:
jotty:
image: ghcr.io/fccview/jotty:latest
container_name: jotty
user: "1000:1000"
ports:
- "1122:3000"
volumes:
- /docker/apps/jotty/data:/app/data:rw
- /docker/apps/jotty/config:/app/config:rw
- /docker/apps/jotty/cache:/app/.next/cache:rw
restart: unless-stopped
environment:
- NODE_ENV=production
Steps to Reproduce
Creating a couple of folders or notes pages will trigger it.
Scrolling through my list of existing notes also triggers it - see GIF attached (noted hidden for privacy).
How do you run Jotty?
Docker
Jotty Version
1.24.0
Checklist
Describe the bug
Just set up Jotty today and having a lot of problems with being auto logged out (redirected to login screen). I only have one user. No related docker logs logs.
Docker stack:
services:
jotty:
image: ghcr.io/fccview/jotty:latest
container_name: jotty
user: "1000:1000"
ports:
- "1122:3000"
volumes:
- /docker/apps/jotty/data:/app/data:rw
- /docker/apps/jotty/config:/app/config:rw
- /docker/apps/jotty/cache:/app/.next/cache:rw
restart: unless-stopped
environment:
- NODE_ENV=production
Steps to Reproduce
Creating a couple of folders or notes pages will trigger it.
Scrolling through my list of existing notes also triggers it - see GIF attached (noted hidden for privacy).
How do you run Jotty?
Docker
Jotty Version
1.24.0
Checklist