-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
So the reason why this is happening is because in version 7.2 (if I remember correctly) we fixed the root-less mode so you can now properly set your puid and guid. As a consequences, images which were uploaded prior, have the wrong access permissions. The way to fix this is pretty much a |
Beta Was this translation helpful? Give feedback.
-
|
So I've enabled debug mode after trying to upload photos again, with the same issues (it seems like I've now lost the ability to make writes against my other lychee installation, after migrating it to unraid). This is a sample traceback that got spat out from trying to download one of the borked files: Lychee Error Traceback 2026-03-30-18-46.pdf I seem to get a few "Write Errors" from the docker container when I either upload or attempt to view photos. The failed album is here: https://photos.synolect.com/gallery/qsDK4zYBTxo7PT4orNT-u_mT |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.





I did something stupid. Fixing it resolved this problem:
The issue was in my docker-compose file: I forgot to add the bind to
/app/public/uploadsto my worker containers. This meant that files uploaded and processed properly, but were never written to disk.I wonder if this can be a diagnostic thing to check for the workers... I guess I'm thinking of new ways to screw up the config.