#Error after migrating from Jellyseerr to Seerr

5 messages · Page 1 of 1 (latest)

simple rover
#

Here are the logs:


> seerr@0.1.0 start

> NODE_ENV=production node dist/index.js


2026-02-07T17:37:56.118Z [info]: Commit Tag: 2dac679f1bfe3e77acfa31f9ab5598dcabada6bb 

2026-02-07T17:37:56.407Z [info]: Starting Seerr version develop-2dac679f1bfe3e77acfa31f9ab5598dcabada6bb 

node:events:497

      throw er; // Unhandled 'error' event

      ^


Error: EACCES: permission denied, open '/app/config/logs/seerr-2026-02-07.log'

Emitted 'error' event at:

    at WriteStream.<anonymous> (/app/node_modules/.pnpm/file-stream-rotator@0.6.1/node_modules/file-stream-rotator/FileStreamRotator.js:697:15)

    at WriteStream.emit (node:events:519:28)

    at emitErrorNT (node:internal/streams/destroy:170:8)

    at emitErrorCloseNT (node:internal/streams/destroy:129:3)

    at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {

  errno: -13,

  code: 'EACCES',

  syscall: 'open',

  path: '/app/config/logs/seerr-2026-02-07.log'

}


Node.js v22.22.0

npm notice

npm notice New major version of npm available! 10.9.4 -> 11.9.0

npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.9.0⁠

npm notice To update run: npm install -g npm@11.9.0

npm notice


> seerr@0.1.0 start
#

I am on windows

#

compose file:

services:
  seerr:
    image: ghcr.io/seerr-team/seerr:develop
    init: true
    container_name: seerr
    environment:
      - LOG_LEVEL=debug
      - TZ=America/New_York
    extra_hosts:
     - host.docker.internal:host-gateway
    ports:
      - 5055:5055
    volumes:
      - ./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

volumes:
  seerr-data:
    external: true
rain crescent
#

Yeah you probably missed a step

#

You forgot to fix the access rights docker run --rm -v ./config:/data alpine chown -R 1000:1000 /data