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
- Invalid redirect url
I keep getting invalid redirect url in Nextjs when i try to use google or github authentication
- Change of billing cycle to support start...
Hii...is there any way to change my billing cycle from 20th to 1st...so that I aligns with my requirements.It becomes easier to track monthly usage crctly. I am...
- I am getting a 401 unauthorized response...
I have a Next.js application that stores user PDFs. I'm able to save them normally, but when trying to access the files using getFileView, I get a 401 Unauthori...
