Back

[SOLVED] remove general_rate_limit_exceed

  • 0
  • Self Hosted
  • Accounts
  • Flutter
antonio84
28 Aug, 2023, 15:50

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.
Binyamin
28 Aug, 2023, 15:51

In cloud or self-hosted?

Binyamin
28 Aug, 2023, 15:52

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
antonio84
28 Aug, 2023, 15:58

self hosted

Binyamin
28 Aug, 2023, 15:58

So edit the .env file and reload the docker

D5
28 Aug, 2023, 16:02

Note: not recommended for production

joeyouss
28 Aug, 2023, 18:01
D5
29 Aug, 2023, 12:24

[SOLVED] remove general_rate_limit_exceed

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more