[Bug]: Can't upload files using S3 #675

Closed
opened 2026-02-04 20:47:41 +03:00 by OVERLORD · 1 comment
Owner

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 Error response. 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 Error response.
Examine the backend logs for the "Invalid URL" error message.

Other information

No response

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 Error` response. 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 Error` response. Examine the backend logs for the "Invalid URL" error message. ### Other information _No response_
Author
Owner

@ilovefreesw commented on GitHub (Dec 2, 2025):

how did you fix this

@ilovefreesw commented on GitHub (Dec 2, 2025): how did you fix this
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#675