Salesforce node never completes execution

Describe the problem/error/question

My Salesforce that attempts to perform a query runs indefinitely. I’ve confirmed the query is structured correctly because it immediately returns accurate data when ran in Salesforce (1250 records). When authenticating in the node, I’m using the “OAuth2 (recommended}” option. I am able to authenticate with my domain and 2FA in the pop-up window, and it tells me I’m connected. When running the workflow, the Salesforce node never completes (ran it for up to 15 min).

What is the error message (if any)?

When attempting to select the “Reconnect” button on my Salesforce credentials, I get this error:
Error: The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.

Please share your workflow

Share the output returned by the last node

runs forever

Information on your n8n setup

  • n8n version:
    1.107.4
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Windows

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.