
Rate limit for the current endpoint has been exceeded. Please try again after .

Please help

my client made video about new course launch , and it got rate limit in just 3-4 users

Rate limit is set up in a way to prevent abuse. If you hit the limit, it means there's some problem in your implementation of an endpoint

keep in mind that "read" operations have no rate limits

how will i remove this limit

you shouldn't remove it in a production environment. it can open you up to DDoS attacks 😅

What exactly caused this rate limit? Do you have any idea?

my client make video on course launch

so after watching that video users come to app

and then?

what operations happen when someone opens your app?

login with mobile

cuz once again, if it's just read operations, there should be no issues.

how it will fix

we mazorly lost 100-150 new premium user

for phone sessions, the limit is set to 10 requests per 60 minutes per user. So unless one user is constantly trying to create a phone session, there is an issue in your implementation

so because of one , we will get rate limit for all user?

can you try hitting the API from something like Postman?

no

it should give you all the details needed for seeing the status of the rate limit

how will i check that

by simply trying to login with phone, but from postman using the REST API


Recommended threads
- Unraid Deployment
Does anyone know how to point a production iOS app to an Appwrite Docker image I have on my Unraid server? I need a lot of storage, and having Appwrite on my Un...
- Best practices for Appwrite authenticati...
Hi Appwrite community, I’m building a React Native app and planning to use Appwrite for authentication. I have some questions about the architecture and securi...
- FATAL EXCEPTION NullPointerException: nu...
Hi I'm using your SDK in my Android app... i upgraded to io.appwrite:sdk-for-android:8.1.0 and now i'm getting the following errors on Appwrite servers with ol...
