Hello, I am a student engineer who built an internal website for my university club using AppWrite.
My club currently has around 500 members, and when I recently introduced the site and asked members to access it, I encountered rate limit errors.
My site is configured as follows:
- Authentication: Appwrite Auth + Google SSO
- Data management: Appwrite Database
- Site hosting: Vercel
- Most requests are sent directly to Appwrite via the client SDK. Initial setup and batch processing are handled through the Admin SDK on Vercel.
Here is what I would like to know:
- Are there specific criteria that trigger the rate limit? For example, is it applied per project, or per client IP address?
- Is there a way to relax or disable the rate limit? Given the nature of our club's usage, we expect peak traffic from approximately 1,000 devices (500 members, each with a PC and a smartphone).
Recommended threads
- Scheduled function silently stopped firi...
Function is scheduled `* * * * *` and is `enabled: true`, but Appwrite Cloud has stopped queueing executions. Last execution: **2026-05-30 00:47 UTC** (~46h...
- Not getting data
IDK what the issue is but I am stuck at a weried but that I am calling this function ``` @override Future<List<CategoryModel>> getCategories() async { t...
- Problem with the new Email policies
when user set those thing from cloud panel and when they open that page again or reload that time it forget what we have checked and it set default to false on ...