
I'm getting the Rate limit for the current endpoint has been exceeded.
error in my React app.
It's calling account.createEmailSession(email, password);
. I'm making maybe a few requests per minute to test my integration so it doesn't make sense if this is rate limited.
What might be the cause for this? I'm not clear on what the cause is for this and I'm essentially locked out of my dev environment.

Is this cloud or self-hosted?

Cloud

The users are being created from the same device?

Or network?

same device and network

Then that's expected. The mentioned endpoint is rate limited to 10 request each 60 min per email

To prevent someone from brute forcing it

Adding to this: you can use a local appwrite installation and disable the rate limits there to test everything.

@itsjustintime Do you need further information on this or can I mark this as solved?

Thanks you can make it resolved. I’m still a little confused since I’ve been logging in many more than 10 times per hour to test and this just started happening when i posted this.

Maybe because they were successful or with a different email?

always the same email

At least in theory it should work that way 🤔

Maybe because there were some failed attempts

Well, in all cases it's working now 😅

If you need something else don't hesitate to create another post <:appwritepeepo:1156975874852270110>

Have a nice day!

[SOLVED] Rate Limited For Users
Recommended threads
- login backend and frontend
I'm using Remix, as my Backend (node). and react on my frontend. Until now, i did SSR login. saved the secret.. and it's fine. For many simpler requests i wish...
- Stuck in Readonly Mode After Pro Subscri...
Hello team, I really need some urgent help. I recently resubscribed to the Pro plan hoping to get back into a project I created a while ago, but I'm still unab...
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
