Hey, I am trying to set up a workflow to back up my workflows from my self-hosted n8n instance to GitHub (using this template).
However, when using the n8n API node to GET ALL workflows, I get a 404 error. I have verified that the base URL for my n8n instance is correct, and my credentials seem to be working fine.
I’m not sure if this is related to permissions, the URL, or something else. Its probably obvious but I’m stuck and difficult to find solutions since this relates to the n8n API itself. Any help would be greatly appreciated!
What is the error message (if any)?
“The resource you are requesting could not be found
Request failed with status code 404”
Please share your workflow
Share the output returned by the last node
json
Copy code
{
"status": "404",
"message": "The resource you are requesting could not be found"
}
Information on your n8n setup
- n8n version: 1.45.1
- Running n8n via (Docker, npm, n8n cloud, desktop app): Self-hosted via Render
- Operating system: MacOS 14.6.1