mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
unable to upload a 4mb pdf file #144
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 @thebobbyboy420 on GitHub (Nov 26, 2021).
Cant attach a 4mb pdf file to a task
just spins and spins
@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.
@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
@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
seems like a permission problem
@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, whereFOLDER_NAMEis 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.