Skip to main content
All CollectionsCommon Errors
Error getting lock for oAuth request
Error getting lock for oAuth request

Error getting lock for oAuth request explained.

Praise Magidi avatar
Written by Praise Magidi
Updated yesterday

Step: Steps using OAuth Connections

Message

"Error getting lock for oauth request"

Cause

This error occurs when multiple steps/flows attempt to update a refresh token at the same time. This can be due to multiple flows with steps using an oauth connection all attempting to update a token.

Resolution

To resolve this error, rerun the affected flow as one of the attempts on updating the token will have succeeded.

Error Detail

json
{
"message": "Error getting lock for oauth request",
"statusCode": 400,
"commandProcessingError": null
}

Did this answer your question?