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
Can you post your docker-compose content?
I downloaded and used the new default yml file.
I think we have some issue that we will need to resolve
Ok. I'll wait for your new release then, thank you!
This is only with 1.72, did 1.71 work fine?
1.71 works fine.