it appears to be at the top of each hour
Do you get them at the top of each hour randomly?
I hit the rate limit around 4:33 and at 5 I was able to use it again
In what endpoint?
But Auth?
do you mean createEmailSession
Yes, that's it
I double checked and yes, it should not be rested until 60 mins, but maybe it got updated in latest version
Ok good to know thank you
Also, @BloodThermic do you have problems with rate limits or something?
I am just creating a login system and I have to keep logging in to see if my fix worked
the code works now but again I am locked out lmao
I see 😅
If you're self-hosting you can disable rate limits temporarily by editing the abuse env variable
But obviously only during development
It should be enabled again after development
Yea the server i am working on is public s o I really dont wanna do that so i will just wait
I would love to have a way to have a per project rate limit tho
also I am wanting to help with this. https://github.com/appwrite/appwrite/issues/6040
but I am not sure where to start
You mean to do it yourself?
yes
I want to contribute
Seems that issue needs to be reviewed and an action will be needed
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...