Rank 1: Thread
Hello everyone,
We have an Appwrite application behind an Nginx reverse proxy (setup based on @Steven guide ). We're encountering a 413 error when attempting to upload a 2MB file via a function. The _APP_STORAGE_LIMIT is set to 30000000, and client_max_body_size is set to 30M in both the server and location sections of the Nginx proxy hosts configuration.
Unfortunately, I haven't been able to find any useful logs from either Appwrite or Nginx. Could anyone suggest what might be causing this issue or how to enable more detailed logging to diagnose the problem? We are using Nginx version openresty/1.21.4.3 and Appwrite version 1.5.4.
Thanks for any help you can provide!