bharath
iam getting 429 error how do i resolve it
TL;DR
The user is experiencing a 429 error and is asking for help on how to resolve it. The solution is to check the appwrite.io documentation on rate limits and wait for some time before trying again. Drake
What is the full error?
bharath
Rate limit for the current endpoint exceeded
bharath
Please try after sometime
Drake
Please see https://appwrite.io/docs/rate-limits
bharath
What should I do now
Drake
Read the docs
bharath
Ok I got it
bharath
[SOLVED]429 error...
Recommended threads
- User (role: guests) missing scope (accou...
1) Navigate to https://cloud.appwrite.io/console/login and login 2) Navigate to your account (https://cloud.appwrite.io/console/account) 3) Click the "Logout" ...
- Realtime connection with authenticated s...
I'm trying to get a realtime connection set up in Next.js, in a client side component for "chats." I have tested my code with a collection that has "any" read p...
- getting {"name":"AppwriteException","cod...
Hey, so im running a express node server and im trying to delete/upload files over it, ```typescript await storage.deleteFile( process.env.APPWRITE_BU...