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
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?