Adding attachments #557

Closed
opened 2025-10-09 18:52:27 +03:00 by OVERLORD · 3 comments
Owner

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)

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)
Author
Owner

@Yehuda-Bergstein commented on GitHub:

Thanks for your response! This is how the volumes look in docker:
image

@Yehuda-Bergstein commented on GitHub: Thanks for your response! This is how the volumes look in docker: ![image](https://user-images.githubusercontent.com/100212943/211360859-c61c0383-5063-4b08-a5af-e2fce257076f.png)
Author
Owner

@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 🤔

@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 🤔
Author
Owner

@Yehuda-Bergstein commented on GitHub:

I asked a friend and found this command fixed it! chmod -R 777
I 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:😅

@Yehuda-Bergstein commented on GitHub: I asked a friend and found this command fixed it! `chmod -R 777` I 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::sweat_smile:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#557