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"
}
Have you changed the max. file size limit in your .env file?
It is set to 30mb by default
Recommended threads
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...
- problem with some tables (cant read rows...
I have a weird problem with some tables - they wont show the rows (in console it is stuck loading). I checked in mariadb directly and the collection can be read...