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