Describe the problem/error/question
We are trying to integrate quick books api to extract several reports from the custom call api. The problem is that when we connect each company in the quick book node, after one run the company that we just connected gives us this error in the http request node, and at the moment we solve it reconnecting the company but then after a run disconnects again, making it impossible to automate.
The quickbook node is set to production and so the realm ID comes from a company and not a sandbox.
My question is, does n8n stores kinds of refresh tokens for this API so we don’t have to reconnect it 100 times, because we have 100+ companies and reconnecting each one of them will me to much and impossible to automate, is there a way i can connect it just once and make it work?
What is the error message (if any)?
Authorization failed - please check your credentials
401 - “{\“Fault\”:{\“Error\”:[{\“Message\”:\“Accessing Wrong Cluster\”,\“Detail\”:\“WrongClusterError: -11017-You have accessed the wrong server. You will now be redirected. , statusCode: 401\”,\“code\”:\“130\”}],\“type\”:\“AuthenticationFault\”},\“time\”:\“2025-11-18T14:12:33.922-08:00\”}”
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: