antonio84
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
In cloud or self-hosted?
Binyamin
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
self hosted
Binyamin
So edit the .env
file and reload the docker
D5
Note: not recommended for production
D5
[SOLVED] remove general_rate_limit_exceed
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...