Requested by @dark gale to provide additional info.
Docker setup via compose on Komodo.
services:
seerr:
image: ghcr.io/seerr-team/seerr:develop
init: true
container_name: seerr
environment:
- LOG_LEVEL=debug
- TZ=America/New_York
- PORT=5055 #optional
ports:
- 5055:5055
volumes:
- ${DEFAULT_DOCKER_DATA}/seerr/config:/app/config
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
start_period: 20s
timeout: 3s
interval: 15s
retries: 3
#restart: unless-stopped
container starts with no issues.
both issues were initially found while using Chrome v143, both regular and Incognito. I've been able to consistently replicate both issues on Chrome.
Tried replicating on Firefox, and something different happens. On the Plex Sign-In, the "Google" login sits and spins, but pop-up window never closes.
Tried replicating on Edge InPrivate, and same effect.
Only with Chrome does it actually progress to bug #2288 initially reported
