status of 429 {"message":"The current user session could not be found.","code":404,"type":"user_session_not_found","version":"1.6.0"}
Looks like you have logged in too many times or introduced a password too many times incorrect?
https://appwrite.io/docs/advanced/self-hosting/production#rate-limits
Change _APP_OPTIONS_ABUSE to false to disable (only in dev though, not recommended in prod)
No possible in cloud
ooh, its cloud 🌧️
no sir i just tried 3-4 times
Hmmm maybe you have an accidental loop in the code?
That endpoint is limited to 10 attempts per hour
That seems extremely low, especially for someone developing and trying to integrate with Appwrite cloud 🤔
now i think i need to wait a hour
Recommended threads
- createMembership is not sending email wi...
Parameters should be correct. Account and Membership are successfully created. I have a next.js project with localhost origin allowed. I checked spam etc. i...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...
- Oauth issue
Hi, can anyone help me in the Oauth issue, Its working fine in dev but its showing Invalid redirect during production. I have check the redirect url and all. St...