1.72.0 cannot startup

Hi everyone, I just updated server to 1.72.0. But when I starting with docker-compose, I got this error blow: immich_server | node:fs:1398 immich_server | handleErrorFromBinding(ctx); immich_server | ^ immich_server | immich_server | Error: EISDIR: illegal operation on a directory, mkdir 'upload/library' immich_server | at mkdirSync (node:fs:1398:3) immich_server | at FilesystemProvider.mkdirSync (/usr/src/app/dist/infra/repositories/filesystem.provider.js:98:32) immich_server | at StorageService.init (/usr/src/app/dist/domain/storage/storage.service.js:28:32) immich_server | at AppService.init (/usr/src/app/dist/immich/app.service.js:28:29) immich_server | at bootstrap (/usr/src/app/dist/immich/main.js:31:45) immich_server | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { immich_server | errno: -21, immich_server | syscall: 'mkdir', immich_server | code: 'EISDIR', immich_server | path: 'upload/library' immich_server | } immich_server | immich_server | Node.js v18.17.0 immich_server | immich_server exited with code 1 Can someone helps me? Thanks very much!
6 Replies
Alex Tran
Alex Tran2y ago
Can you post your docker-compose content?
chixiang
chixiangOP2y ago
I downloaded and used the new default yml file.
Alex Tran
Alex Tran2y ago
I think we have some issue that we will need to resolve
chixiang
chixiangOP2y ago
Ok. I'll wait for your new release then, thank you!
jrasm91
jrasm912y ago
This is only with 1.72, did 1.71 work fine?
chixiang
chixiangOP2y ago
1.71 works fine.

Did you find this page helpful?