Salesforce node doesn't retrieve all contacts

Hi guys,

I’m running a Salesforce node to getAll Contacts in my org, and it never finishes.

The same issue arises if I select getAll Opportunities or Accounts.

The connection shouldn’t be a problem, as I can successfully create new records using the Salesforce node, but can’t list them.

What could be the problem? How can I debug it?

Cheers!

How many contacts do you have? I wonder if the instance is running out of memory or the pagination gets into an infinite loop.

Not sure what the problem was, but creating a new identical flow from scratch did the trick.

Is there an easy way to debug past issues? Maybe in in the Docker container itself?

I tested it as well, and pagination was working fine. I might have been something with how many inputs the node doing the getAll operation had.