
How to remove that limit?
TL;DR
There is a solution to remove the "general_rate_limit_exceed" error. If you are self-hosted, you can edit the `.env` file and set `_APP_OPTIONS_ABUSE` to "disabled". Then, restart the Docker containers by running `docker compose down && docker compose up -d`. However, it is not recommended to do this in a production environment. Please refer to the provided link for more information. If you are using the cloud version, you currently cannot remove this limit.
In cloud or self-hosted?

In the cloud you can't for now
In self-hosted
Edit the .env
file set
TypeScript
_APP_OPTIONS_ABUSE=disabled
Then
TypeScript
docker compose down && docker compose up -d

self hosted

So edit the .env
file and reload the docker

Note: not recommended for production


[SOLVED] remove general_rate_limit_exceed
Recommended threads
- Unable to Create Relation Attribute in A...
Hello, I’m running a self-hosted Appwrite v1.7.4 instance on my server. I want to create a relation attribute between two collections in the console, but the co...
- Having permission issues with imported s...
Hello, I have my self hosted project on a server, and i wanted to import the schema to my local machine dev instance so I used the json file from the server ...
- Facebook OAuth with Appwrite Cloud fails...
I’m integrating Facebook login in my Flutter app using Appwrite Cloud. Google OAuth works fine, but I’m stuck with Facebook. Here’s what happens: When I log i...
