mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
[Bug]: Can't upload files using S3 #675
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 @JMedina90 on GitHub (Mar 27, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Chrome
Current behaviour
When attempting to upload an attachment via the front-end, the operation fails, resulting in a 500
Internal Server Errorresponse. The backend logs indicate an "INVALID URL" error. However, the S3 credentials used have been verified and function correctly in other contexts.Current ENV Variables
SECRET_KEY=
S3_ENDPOINT=
S3_REGION=
S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
S3_BUCKET=
Desired behaviour
No response
Steps to reproduce
Navigate to the attachment upload functionality within the card.
Click on attachment and select a file to upload.
Observe the 500
Internal Server Errorresponse.Examine the backend logs for the "Invalid URL" error message.
Other information
No response
@ilovefreesw commented on GitHub (Dec 2, 2025):
how did you fix this