plane
plane copied to clipboard
[bug] Image uploads fail with 400 error
Plane stack version: v0.11-dev but issue has been seen on v0.10 as well
I get an error:
when trying to add any images to issues.
No additional logs are seen on either backend or frontend containers, but network tab shows error 400 with response:
{"error":"Something went wrong please try again later"}
backend container simply logs:
172.31.0.1:39878 - "POST /api/workspaces/test/projects/2d8dda48-53ce-4e54-8fe3-136e8783685a/issues/299f6389-ddfc-4e97-9274-94d42ca1995c/issue-attachments/ HTTP/1.1" 400
double checked image formats and sizes, tried with both .jpg and .png, files sizes are under 1MB

p.s. i do use s3 storage (minio) and set all the credentials right on the env variables
Originally posted by @leikoilja in https://github.com/makeplane/plane/issues/1716#issuecomment-1657231768