Hello guys, I am trying to get all my workflows to back them up automatically with a scheduled trigger.
However, I am not able to connect to my n8N account. I added the ApiKey for the credentials of n8N node, but its not connecting.
What is the error message (if any)?
ERROR: connect ECONNREFUSED ::1:5678
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
<!-- If you need help with data transformations, please also share your expected output. -->
## Information on your n8n setup
- **n8n version:**1.0.1
- **Database (default: SQLite):**default
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**npm
- **Operating system:**windows 11

What host value do you have set for you n8n node credential and what url do you use when you load n8n in your browser?
Looking at your workflow you also wouldn’t need both the n8n node and the Execute Command node so you could drop the n8n node and just work with the binary output from the execute command node.