
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
- Query.equal error
Hi guys. I'm using Appwrite Cloud, and I'm using version 21 of node-appwrite to benefit from transactions. The problem is I seem to be getting an error when I u...
- Cannot access my Appwrite database on th...
Hello guys, I am currently developing a web app and using appwrite for authentication, database, storage and messaging. It was working well but since yesterday...
- Nuxt Middleware Support
So I'm trying to protect some routes so that the user is redirected back to the login screen should they not have an active session. However, I'm stuck in a lo...
