Followed the migration guide and changed the source in my docker container. Now it won't start and I get this error in the logs... Exact same problem when switching over from overseer to jellyseer where the devs said it's a quick easy switch over....
seerr@3.0.1 start
NODE_ENV=production node dist/index.js
2026-02-15T12:59:44.994Z [info]: Commit Tag: 789bcc8eec3414da373328e374c2edb1abc3ac0d
2026-02-15T12:59:45.286Z [info]: Starting Seerr version 3.0.1
node:events:497
throw er; // Unhandled 'error' event
^
Error: EACCES: permission denied, open '/app/config/logs/seerr-2026-02-15.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-15.log'
}
Node.js v22.22.0
npm notice
npm notice New major version of npm available! 10.9.4 -> 11.10.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.10.0
npm notice To update run: npm install -g npm@11.10.0
npm notice