Jump to content

Featured Replies

Posted

Hi everybody,

A couple months ago, we started to notice an issue with image uploads that is very strange. We're getting a -600 error when uploading files that are roughly above half of the max size limit.

The max file size is 10MB, I'm uploading a file that is 7.2 MB or even 5MB, it'll fail. Smaller files are ok.
image.png

image.png


image.png

If I increase the max file size to 30MB, I can now upload files up to around 10MB.

  • PHP 8.1.29

  • memory_limit: 128M

  • post_max_size: 24M

  • upload_max_filesize: 24M

  • Storage: S3

I've looked in the code and the -600 error seems to be related to file size verification indeed.

We have Cloudflare enable as well, we've tried disabling Cloudflare entirely and the issue remains the same.

Did anybody face a similar issue? Or any idea on how to debug? Thanks

Edited by Gaetan WELTZER
Missing details

Recently Browsing 0

  • No registered users viewing this page.