Jump to content

Gaetan WELTZER

Clients
  • Joined

  • Last visited

  1. 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. 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