Hello Appwrite team,
We've encountered an issue with our Playwright tests for our project. The tests sometimes pass, but at other times they fail.
After investigating, it appears they are hitting the rate limit.
We're running into rate limiting issues when hitting their API too often in a short amount of time.
I do not have Docker set up, but I do have a .env file. I tried adding in the line '_APP_OPTIONS_ABUSE=disabled' in the .env file but that did not work.
How can I disable the rate limit using Client SDK?
How are you running Appwrite if you're not running it through Docker?
The only way to disable rate limiting is to change the env variable
Recommended threads
- Sites: Auto deploy on wrong github repos...
Hello, I have kinda with UAT(testing env) and prod env. When i pull request from dev -> uat, which stands as pre-prod environment to fully test all functionalit...
- Generate CSR
How do I generate a CSR for my domain host? They are asking me to generate one for my hoosting here on appwrite
- Appwrite Push Notifications: "Unknown er...
Hi all, I'm running into an issue with Appwrite push notifications in my web project. When I try to manually send a notification to a user from the Appwrite we...