Skip to main content
All CollectionsCommon Errors
Error with oAuth refresh token request
Error with oAuth refresh token request

oAuth refresh token request error on Salesforce.

Praise Magidi avatar
Written by Praise Magidi
Updated over a week ago

Step

All Salesforce steps

Message

Cause

Salesforce is down for maintenance.

Resolution

Wait until Salesforce is back up before continuing to run any Flows that use Salesforce steps. Check the Salesforce maintenance status page for information on their maintenance schedule.

Error Detail

json
{
"message": "Error with Auth refresh token request",
"statusCode": 503,
"errorMessage": "https://login.salesforce.com/services/oauth2/token?client_id=%5BREDACTED%5D&client_secret=%5BREDACTED%5D&refresh_token=%5BREDACTED%5D&grant_type=refresh_token",
"error": "<html>\n<body>\n<center›\n\t<table bgcolor=\"white\" cellpadding=\"0\" cellspacing=\"0\" width=\"758\">\n\t\t<tbody>\n\t\t<tr>\n\t\t\t<td›<span style=\"font-family: Verdana; font-size: medium; font-eight: bold; \"›We are down for maintenance.</span›<br><br>Sorry for the inconvenience. We'll be back shortly.</td>br>|n|t\t</tr›|n|t|t</tbody›|n|t</table>|n</center>|n</body>\n</html›\n",
"commandProcessingError": null
}
Did this answer your question?