Closed ghost closed 3 years ago
Please add the missing information we ask for, the list is in the issue template.
Sorry for being not consistent. I figured it out myself, just wanted to share in case someone has the same problem. What I did wrong was mapping one of the docker volumes directly on the mount point of the partition I've created, particularly for the purpose of Lychee and that was the cause of an issue with permissions. What I changed in docker compose file was the mapping to the sub folder of that mount point, which subfolder didn't exist, so I just let Lychee (or docker compose) to create it and all the permissions are correct.
Everything works fine, please close that ticket.
I have fresh instance created with docker-compose file:
While I'm trying to upload any image, there is an error saying: Server returned an unknown response After inspecting browsers console I just find: 500 Internal Server Error
Could you please help me debug this problem?