How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"?
I have Pro and around 2k requests per day and 120mb bandwith. But some users reached out and said they got this rate limit when trying to sign up
Use dev keys in development. Should bypass the rate limit
Ok I did not read the whole So users have to try a bit later. But if you get rate limited, now you know what to do.
Thanks for replying. its in production though, any ideas? <@1276628406288519234>
or am i misunderstanding?
Its a safety feature for your app so that no one spams or launches a ddos attack. User might have tried more than 10 times in a short preriod of time.
Okay got it. so should not really be an issue realistically
Yeap.
Someone also mentioend this error '"Something went wrong. The app encountered an unexpected error. This usually happens when the connection is unstable."' Is that a similar error? Trying to debug as best i can
No. Its related to network
Recommended threads
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...