
How to disable too many requests on jwt creations or atleast change the time untill too many requests reset

You can set _APP_OPTIONS_ABUSE
to disabled
in your .env
to disable all rate limiting. This is not recommended outside of a development environment.

Probably you're doing something wrong that triggers too many times the JWT creation

Maybe a loop or similar

I use JWT generation frequently and never faced any issues
Recommended threads
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain api.kondri.lt (CNAME pointing to appwrite.network., also tried fra.cloud.appwrite.io with no luck ) but encountering a ...
- Persistent 401 Unauthorized on all authe...
Hello, I'm facing a critical 401 Unauthorized error on my admin panel app and have exhausted all debugging options. The Problem: When my React app on localhos...
- OpenAI Whisper on Appwrite Sites
Hey guys, just wondering if I can serve an OpenAI Whisper AI on appwrite / appwrite sites. tiny model is like ~40-50MB
