
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
- Having errors migrating to cloud
Project will not migrate compeltely
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
