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.82k stars 3.64k forks source link

[Bug] When the user tries to upload a large file and the upload fails, the error message is not relevant. #21058

Closed AnandShahs123 closed 3 weeks ago

AnandShahs123 commented 1 year ago

Is there an existing issue for this?

Description

Error message is not relevant when a large file upload is failing.

Steps To Reproduce

  1. Use a filepicker widget to upload a large file like 90-100 mb
  2. Use this endpoint for multipart upload

curl --location --request POST 'localhost:3002/rest/upload' \ --form 'file=@"/Users/cataclysm/Documents/test3.mp4"'

Public Sample App

No response

Environment

Release

Issue video log

https://knynrq7fk9.vmaker.com/record/P67fVlvxmIRB0Aso

Version

1.9.9

DevRishiJain commented 1 year ago

Is anyone working on this issue. If not can you assign it to me.

rohan-arthur commented 3 weeks ago

we are removing toast messages in the editor with #35741 This issue will not be valid after that