appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.79k stars 3.63k forks source link

[Bug]: when upload file using S3 interface to local Minio server, error of buffer size to 256kBytes #29261

Open cwmine opened 9 months ago

cwmine commented 9 months ago

Is there an existing issue for this?

Description

following the instruction as https://docs.appsmith.com/connect-data/how-to-guides/how-to-upload-to-s3 upload a big file from 1 2 6 11 26MB file when I upload >10MPa 11MB and 26MB file return error

Steps To Reproduce

  1. using FilePicker and S3 interface (Create Muitple)to local Minio server
  2. choose >10MB file and upload 4 see error:
    {
    "code": "AE-APP-5017",
    "title": "Failed to upload file",
    "message": "Failed to upload file with error: Form field value exceeded the memory usage limit of 262144 bytes",
    "errorType": "BAD_REQUEST"
    }

Public Sample App

No response

Environment

Docker self-hosted

Issue video log

No response

Version

1.19.20

cwmine commented 9 months ago

any comment to fix it ? thanks

Nikhil-Nandagopal commented 9 months ago

@cwmine are you seeing an error on any file greater than 10mb? Could you try with the latest version of Appsmith?