#AppwriteException: Rate limit for the current endpoint has been exceeded.
2 messages · Page 1 of 1 (latest)
The time for rate limiting will depend on which endpoint as I believe some endpoints do have different times.
If you're self hosting, you can disable rate limiting during development using environment variables, you can find information about the environment variables here https://appwrite.io/docs/advanced/self-hosting/environment-variables#general and the one relevant to rate limiting in this case is _APP_OPTIONS_ABUSE which you can set to disabled.
It is still recommended that during production, rate limiting is enabled to protect your app but it is entirely your decision. https://appwrite.io/docs/advanced/self-hosting/production#rate-limits
Optimize self-hosted Appwrite for production environments. Learn how to fine-tune performance, security, and scalability for your production deployments.