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
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- SyntaxError: Unexpected end of JSON inpu...
I am trying to create a fcm push notification service using appwrite functions with its REST API to invoke that function from my client side app and getting thi...
- Experiencing inconsistent "500 general_u...
I am developing a task management app that uses Appwrite auth. My project is hosted on Appwrite cloud and I've created basic server-side authentication followin...