unable to upload a 4mb pdf file #144

Closed
opened 2026-02-04 17:29:36 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @thebobbyboy420 on GitHub (Nov 26, 2021).

Cant attach a 4mb pdf file to a task

just spins and spins

Screenshot from 2021-11-26 14-38-40

Originally created by @thebobbyboy420 on GitHub (Nov 26, 2021). Cant attach a 4mb pdf file to a task just spins and spins ![Screenshot from 2021-11-26 14-38-40](https://user-images.githubusercontent.com/25700447/143537853-38279030-a187-4f3d-8eff-8f79a64679b8.png)
Author
Owner

@noriakisana commented on GitHub (Feb 28, 2022):

Please check if your computer is uploading (Taskmanager / nload) If not, it is finished. Just close the card and reopen it and you can see it.

But yes, i can have the same issue.

@noriakisana commented on GitHub (Feb 28, 2022): Please check if your computer is uploading (Taskmanager / nload) If not, it is finished. Just close the card and reopen it and you can see it. But yes, i can have the same issue.
Author
Owner

@nickbe commented on GitHub (Mar 6, 2022):

I'm uploading 20 or 30M files regularly here and this works without problem. I guess this could be a server configuration problem

@nickbe commented on GitHub (Mar 6, 2022): I'm uploading 20 or 30M files regularly here and this works without problem. I guess this could be a server configuration problem
Author
Owner

@lachnerd commented on GitHub (Dec 24, 2023):

same beahaviour here on a helm deployment can't upload anything.
And setting project background with uploaded image is also not working

logs say

2023-12-23 21:11:28 [E] Sending 500 ("Server Error") response:
  EACCES: permission denied, mkdir 'public/project-background-images/9da35da0-a5bf-4dcb-b70c-273cb92f496e'

seems like a permission problem

@lachnerd commented on GitHub (Dec 24, 2023): same beahaviour here on a helm deployment can't upload anything. And setting project background with uploaded image is also not working logs say ``` 2023-12-23 21:11:28 [E] Sending 500 ("Server Error") response: EACCES: permission denied, mkdir 'public/project-background-images/9da35da0-a5bf-4dcb-b70c-273cb92f496e' ``` seems like a permission problem
Author
Owner

@meltyshev commented on GitHub (Dec 27, 2023):

I'm not familiar with Helm, but in general this can be solved with chown -R 1000:1000 FOLDER_NAME, where FOLDER_NAME is a folder that's mounted to the container. Similar issues: https://github.com/plankanban/planka/issues/374 and https://github.com/plankanban/planka/issues/382.

@meltyshev commented on GitHub (Dec 27, 2023): I'm not familiar with Helm, but in general this can be solved with `chown -R 1000:1000 FOLDER_NAME`, where `FOLDER_NAME` is a folder that's mounted to the container. Similar issues: https://github.com/plankanban/planka/issues/374 and https://github.com/plankanban/planka/issues/382.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#144