
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
- Sharing cookies
Hi, I’m using Appwrite Cloud, and I have a setup where my Appwrite backend is hosted on a subdomain (e.g., api.example.com), while my frontend (Next.js app) and...
- Custom Domain Issue
i have added a custom domain about 21 hours ago, but till now there is no SSL certificate is active on it. but if i do DNS check via https://dnschecker.org/#C...
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
