- Notifications
You must be signed in to change notification settings - Fork923
Closed
Description
Hey folks,
We have a GitHub App that we used to authenticate our coder users using OAuth. Since few days ago we are receiving many complaints about hitting rate limits. Whenever we try to sign in with GitHub we receive the following error:
{ "message": "Internal error exchanging Oauth code.", "detail": "oauth2: cannot fetch token: 429 Too Many Requests .....}
It seems we are hitting the "secondary rate limit" but we don't have a way to check its status, neither to know what is causing this. Do you know what could be the issue?