
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
- [bug] API response is good but UI don't ...
Hi guys! When i got my object, it have billingInfo relation, in the web ui i just got pading state, and the row shows object is null, but when i work whit this...
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
