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
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126