mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
Adding attachments #557
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Yehuda-Bergstein on GitHub.
Hi, recently attaching attachments failed and I get this error message:
EACCES: permission denied, mkdir '/app/private/attachments/3253edbf-1250-40f9-938c-44cba70c73a4'
What could be causing this?
(Running using docker compose)
@Yehuda-Bergstein commented on GitHub:
Thanks for your response! This is how the volumes look in docker:

@meltyshev commented on GitHub:
Hi! Thanks for reporting this. I've never encountered this before. It probably happens with certain actions and we need to understand them in order to try to reproduce. Or maybe it's something with docker volumes 🤔
@Yehuda-Bergstein commented on GitHub:
I asked a friend and found this command fixed it!
chmod -R 777I applied it only to the attachments' folder (it resets the permissions)
I understand it isn't the safest way, but since I'm the only user on the server I figured, why not :joy:😅