ufehembach
IImmich
•Created by ufehembach on 4/18/2025 in #help-desk-support
240 k duplicates of 80k images immich_server | PayloadTooLargeError: request entity too large

22 replies
IImmich
•Created by ufehembach on 4/18/2025 in #help-desk-support
240 k duplicates of 80k images immich_server | PayloadTooLargeError: request entity too large
thanks for the quick reply.
was not able to find somting in the discussions, mayby my enlish is an obstacle there.
so shift c is deleting ? Was not clear to me from the gui, is a good was to get around it that way (with the cup)
22 replies
IImmich
•Created by ufehembach on 4/18/2025 in #help-desk-support
240 k duplicates of 80k images immich_server | PayloadTooLargeError: request entity too large
22 replies
IImmich
•Created by ufehembach on 4/18/2025 in #help-desk-support
240 k duplicates of 80k images immich_server | PayloadTooLargeError: request entity too large
ok, good point, nothing to do with the problem but:
3 kids, 25 years of digital photos, whatsapp saving all images in images, synced to synology, mixed up, modified, so ending up in a 5 year lasting cleanup operations with now 5TB /900000 images in serveral folders.Immich convinced me as it is able to determine the best image while uploading and not importing the rest, so I'm now down to 1,2 TB.
found the duplicate tool in immich quite quick and reliable, so started it.
deleted the first 1000 images now manually, but this is not what IT is for!
22 replies
IImmich
•Created by ufehembach on 4/18/2025 in #help-desk-support
240 k duplicates of 80k images immich_server | PayloadTooLargeError: request entity too large
22 replies
IImmich
•Created by ufehembach on 4/18/2025 in #help-desk-support
240 k duplicates of 80k images immich_server | PayloadTooLargeError: request entity too large
nope, it's local, when i'm remote I use twingate
22 replies
IImmich
•Created by ufehembach on 4/18/2025 in #help-desk-support
240 k duplicates of 80k images immich_server | PayloadTooLargeError: request entity too large
following chatGPT this should increase the payload limit of node
Lösungswege
🔧 1. Erhöhe die erlaubte Payload-Größe in Immich (Node.js-Server)
Da Immich in Docker läuft, kannst du die maximale Request-Größe erhöhen, indem du das Limit im Node.js-Backend änderst.
Das passiert meist über den body-parser-Middleware in NestJS.
Da Immich in /usr/src/app läuft, kannst du versuchen, eine CUSTOM_PAYLOAD_LIMIT zu setzen:
➤ docker-compose.override.yml erstellen:
yaml
Kopieren
Bearbeiten
services:
immich-server:
environment:
- PAYLOAD_LIMIT=100mb
Wenn das nicht greift, brauchst du einen direkten Patch in Immich (z. B. Fork oder PR – aber unwahrscheinlich nötig). Meist reicht ein Environment-Wert, weil NestJS das im Startup konfiguriert.
22 replies