I keep getting "Rate limit for the current endpoint has been exceeded." while developing...
- 0
- General
- Accounts
- Web
- Cloud

Hello
I'm trying to write Auth code in my sveltekit app and keep on getting " Rate limit for the current endpoint has been exceeded. Please try again after some time." and I need to wait 1 hour to continue developing. This is really fustrating and time consuming. Is there way to "unblock" rate limits for dev websites? (I'm doing it in localhost).
Thanks

Hi @Rond you can't edit/change Rate limit for Appwrite Cloud, I recommend using Appwrite locally on your machine using Docker, that's where you can edit rate limit as well as it's better for working in development enviroment. once your project is ready you can change the Appwrite config in your project to Appwrite cloud.

Thanks Kamal. Never used Docker before, is there a tutorial specifically for Appwrite?

this might help: https://www.youtube.com/watch?v=pOqT7yczlj4

@Rond video is bit older but steps are same, so make sure keep the latest Appwrite docs handy: https://appwrite.io/docs/advanced/self-hosting#install-with-docker
Recommended threads
- CRUD Operations don't work
Hey all, Create, update, and delete is not working for the Appwrite database. The database seems down. When will it be solved? As I can see from the other suppo...
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
