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
- Database is not working - Shows 500 Serv...
When i am going to see the collections in the database it is showing internal server error , status code 500.
- Unhandled Runtime Error[ Server ] Error:...
Since yesterday, I am getting this error : Error: Invalid document structure: Missing required attribute "bucketField" in my project with appwrite as the backen...
- Admin Impersonating Clients?
I have a client that needs to use the admin User, to impersonate the Clients in order to debug better the App and the services that they are providing, could yo...