This endpoint is limited to 10 requests in every 60 minutes per email address. this endpoint rate limitation is on phone session where we specify only phone number and not email id, but the rate limit is showing in docs that 10 requests per email address, and then when i got rate limit 429 error once for phone otp verification i cant send otp to any other number also from any device. means when one user got error any user cant get otp no matter what number or ip ,its getting rate limit error. i think may be because it set to per email address and there is no email address in phone verification session.please fix it or if i am doing something wrong then correct me
It should probably be phone number rather than email. would you please create an issue on github for this?
Yes but if its phone number and by mistake its email on docs then also its not working for any other number also.. in simple. One project of appwrite is limited to 10 request per hour for sms otp verification
This is a duplicate of https://discord.com/channels/564160730845151244/1106342748879061052/1106342748879061052 - keeping the conversation here.
Thanks for opening this, we are going to look into the GH issue you create - if not, I can create one for you
yes please create it for me
flutter: AppwriteException: general_rate_limit_exceeded, Rate limit for the current endpoint has been exceeded. Please try again after some time. (429) gettting this error message, mention there please, no matter i changed ip and mobile number stillsame error that means 10 request limit per hour per project, so scary..
it should definitely match based on IP. do you see the correct IP in Appwrite when you look at your sessions?
I changed ip.. i tried with different mobile.. with different network.. but when error came it is for all users
again, do you see the correct IP in appwrite when you look at your sessions?
Without login how can i see session?
At first when there is no limit error .. the ip is correct
What do you mean?
You can login to the console, click at the top right to go to your account, and look at your sessions
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread