
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
- login backend and frontend
I'm using Remix, as my Backend (node). and react on my frontend. Until now, i did SSR login. saved the secret.. and it's fine. For many simpler requests i wish...
- Stuck in Readonly Mode After Pro Subscri...
Hello team, I really need some urgent help. I recently resubscribed to the Pro plan hoping to get back into a project I created a while ago, but I'm still unab...
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
