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
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...