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
- 1.9.5 Migration problem
1.9.5 migration problem after run migration command only openruntimes-executor
- Appwrite Sites deployment fails because ...
Appwrite Cloud Sites deployments are failing consistently for both GitHub and manual deployments. The build command completes successfully and packaging also c...
- Build succeeds but deployment fails — si...
My Next.js 15.5.20 site (standalone output mode) builds successfully on Appwrite Sites, but the deployment fails at the final packaging step with: [sidecar:bui...