You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I stayed at approval dialog, I tried to duplicate the dialog. In the first one, I chose Deny and it was fine. But in the second one, When I clicked to Deny, I got this message 'ForbiddenError: Unable to load OAuth 2.0 transactions: ...' and It made my server crashed. I knew that because the transaction_id was not available anymore but my question is How can I handle any error of oauth2orize to don't let the server be crashed.
The text was updated successfully, but these errors were encountered:
I was getting the same error with my Zapier oauth integration.
I'd click Deny, then retry, then Deny or Accept, then it would fail and I'd see this in my server log:
{ ForbiddenError: Unable to load OAuth 2.0 transaction: lnfyhWk3
I found that it didn't fail if my browser cache was disabled, so I fixed it by turning off caching for my /oauth route in my Nginx configuration:
When I stayed at approval dialog, I tried to duplicate the dialog. In the first one, I chose Deny and it was fine. But in the second one, When I clicked to Deny, I got this message 'ForbiddenError: Unable to load OAuth 2.0 transactions: ...' and It made my server crashed. I knew that because the transaction_id was not available anymore but my question is How can I handle any error of oauth2orize to don't let the server be crashed.
The text was updated successfully, but these errors were encountered: