AXYZEOriginal post
Web Developer
Chrome 129, Windows 10. I've tried to reload, hard reload, clean cache, try megabytes/gigabytes and values like 1, 20, 200, 40000. No luck, always same error.
Invalid maximumFileSize param: Value must be a valid range between 1 and 30,000,000
Here's full response that Chrome gets:
{
"message": "Invalid maximumFileSize param: Value must be a valid range between 1 and 30,000,000",
"code": 400,
"type": "general_argument_invalid",
"version": "1.6.0"
}
Summary
Issue: Developer unable to change maximum file/upload size from default 30mb.
Error message indicates the value must be within the range of 1 to 30,000,000.
Attempted solutions such as reloading, cleaning cache, changing values to no avail.
Solution: Check .env file to ensure max file size limit was properly changed within the valid range of 1 to 30,000,000.