-
Notifications
You must be signed in to change notification settings - Fork 53
Description
After upgrade to version 2.2.3 I am getting error message 500 during upload new photos. In Unraid docker logs I found error message.
Could you please me with this ?
Thank you
OS: Unraid 7.2.0
[Nest] 223 - 11/18/2025, 5:08:24 PM ERROR [Api:ErrorInterceptor~froa0l7s] Unknown error: Error: ENOENT: no such file or directory, mkdir '/photos/upload/fe45c414-72c8-46fa-8093-0ae85af97153/89/d1'
Error: ENOENT: no such file or directory, mkdir '/photos/upload/fe45c414-72c8-46fa-8093-0ae85af97153/89/d1'
at mkdirSync (node:fs:1349:26)
at StorageRepository.mkdirSync (/app/immich/server/dist/repositories/storage.repository.js:130:37)
at AssetMediaService.getUploadFolder (/app/immich/server/dist/services/asset-media.service.js:80:32)
at /app/immich/server/dist/middleware/file-upload.interceptor.js:131:52
at callbackify (/app/immich/server/dist/middleware/file-upload.interceptor.js:72:31)
at FileUploadInterceptor.destination (/app/immich/server/dist/middleware/file-upload.interceptor.js:131:16)
at DiskStorage._handleFile (/app/immich/server/node_modules/.pnpm/multer@2.0.2/node_modules/multer/storage/disk.js:31:8)
at FileUploadInterceptor.handleFile (/app/immich/server/dist/middleware/file-upload.interceptor.js:145:29)
at /app/immich/server/node_modules/.pnpm/multer@2.0.2/node_modules/multer/lib/make-mid
F12 Console - error message during upload via web
"message": "Failed to upload asset",
"error": "Internal Server Error",
"statusCode": 500,
"correlationId": "froa0l7s"