-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]-[210]:Issue with video uploads to S3 with files greater than 5MB #11137
Comments
@Imtinan1996 on our cloud version there is a 5mb limit on processing files. If you are selfhosting, you can increase this limit by setting APPSMITH_CODEC_SIZE=100 on the self-hosted instance |
alright, will have a look at it, thanks! |
Do let us know if this is still a problem for you! |
@Nikhil-Nandagopal just wanted to inform you that changing the env variable didnt solve the issue |
@Imtinan1996 We are working on it. We will notify you when we found the soloution. |
Seems like there is a frontend problem here, in execute request frontend doesn't send the content of a large file. |
Related issue #11711 for UI/UX improvement. |
Stats
|
Is there an existing issue for this?
Current Behavior
When uploading multiples files to S3, the query fails for video files that are above 5MB with the error message
Any images uploaded work fine. Video uploads work fine if file is less than 5MB, i have set the file size to 25MB still the video doesn't upload. Fails even if one video is selected
Steps To Reproduce
Set the file picker options to the following
set S3 upload query options to
Select any video to upload (greater than 5 MB) - Sample Videos
Video will fail to upload and will give error
Environment
Production
Version
Self-Hosted
The text was updated successfully, but these errors were encountered: