I have a webapp that has a Discord OAuth, for that it sends request to https://discord.com/api/oauth2/token
When I try to authorize via Discord, it returns error 429 with retry-after being like 10-20 hours
Discord response: Retry-After: 38998 seconds, X-RateLimit-Reset: None, X-RateLimit-Limit: None, X-RateLimit-Remaining: None
When I was initially testing it on Pythonanywhere, it worked fine, no errors
Why that might happen, and what can I do to prevent this?