I am trying to upload a zip file to my appwrite instance, however it appears there is some sort of limitation but I am not sure where I can adjust this. I have checked the appwrite logs and I can see the following message, anyone with any insights on what to do in such scenario?
(ERRNO 7102): Request Entity Too Large: header-length (838) + content-length (16415649) is greater than the package_max_length(12582912) from session#43 on 0.0.0.0:80
TL;DR
Developers are encountering a 'Request Entity Too Large' error while trying to upload a zip file to an Appwrite instance. The issue arises due to the header-length and content-length exceeding the package_max_length limit. To resolve this, developers need to adjust the package_max_length setting to accommodate larger file uploads in their Appwrite configuration.