Back

How to disable 429 on jwt creations

  • 0
  • Locale
  • Web
Hexi
7 Nov, 2023, 16:56

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

TL;DR
User is facing issues with JWT creation and keeps getting a 429 error. Others suggest it may be due to a loop or an error in the JWT creation process. One solution is to set `_APP_OPTIONS_ABUSE` to `disabled` in the `.env` file, but it is not recommended for non-development environments. The user also asks for a way to change the time until the rate limiting resets.
ideclon
7 Nov, 2023, 17:41

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.

D5
7 Nov, 2023, 20:19

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

D5
7 Nov, 2023, 20:19

Maybe a loop or similar

D5
7 Nov, 2023, 20:20

I use JWT generation frequently and never faced any issues

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more