
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
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
