We are frequently facing this issue while login
-
As per the response header received by calling
/authorize
API we see thex-ratelimit-remaining: 98
. -
But the very next call to
v2/callback
, we received.
code: 200
error: access_denied
error_description: Global Per minute user_write group limit has been reached
And as per logs we see - Failed Silent Auth
Need help in understanding the exact issue