
I am using appwrite cloud for developement and I have exceed the rate limit which is just 10 for an hour for authentication? Is there any way to overcome this. Atleast for dev purpose there should be a option to disable rate limit ig.

I think you won't be able to change that on the cloud,

The best workaround would be running a local Appwrite with version that match cloud version, as such:
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.1.2
You can see other installation methods here https://appwrite.io/docs/self-hosting#unix
Just be sure to replace the version number 1.3.4
with 1.1.2

sure, thanks
Recommended threads
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain api.kondri.lt (CNAME pointing to appwrite.network., also tried fra.cloud.appwrite.io with no luck ) but encountering a ...
- Persistent 401 Unauthorized on all authe...
Hello, I'm facing a critical 401 Unauthorized error on my admin panel app and have exhausted all debugging options. The Problem: When my React app on localhos...
- OpenAI Whisper on Appwrite Sites
Hey guys, just wondering if I can serve an OpenAI Whisper AI on appwrite / appwrite sites. tiny model is like ~40-50MB
