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
- SSL certificate issuance failed:
Domain verifies but SSL cert fails, tried different subdomains like .api and .aw, used cname and CAA, no prior CAA existed on website, tried Multiple CAAs at on...
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- Password check in function
Hi, is there any way now for checking if the users password is correct in a function? I am creating a delete user function and before deleting I would like to c...