Simon

Results 2 comments of Simon

"flagception/flagception-bundle" 3.5.1 and "flagception/flagception" 1.5.0

For everyone struggling with this, I have a working workaround by setting the env variable `NODE_TLS_REJECT_UNAUTHORIZED=0`, e.g. in docker-compose: ``` --- services: overseerr: image: lscr.io/linuxserver/overseerr:latest container_name: overseerr environment: - PUID=1000...