Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 6Mar 6 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.29memory_limit: 128Mpost_max_size: 24Mupload_max_filesize: 24MStorage: S3I'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 March 6Mar 6 by Gaetan WELTZER Missing details