Hi All,
I have just been trying to backup my workflows using the n8n node.
I have setup the api key, but am getting a 404 error when I use the ‘get all workflows’
My endpoint is mydomain/api/v1
The credentials are also failing giving: ‘Couldn’t connect with these settings More details’
Any ideas what the issue is please?
Information on your n8n setup
- n8n version:
1.105.4
- Database default: SQLite:
- n8n EXECUTIONS_PROCESS setting main
- Running n8n via Docker
- Operating system: Ubuntu
Hi there, have you make sure the API key is correct and all? the endpoint is already correct, it should be https://yourdomain.com/api/v1
and then paste the API Key that you created in the setting - n8n API
and anyway, this is one of the workflow i use to backup my workflow
hope it answerrs your question!
Thanks fahmiiireza, Since updating to Version 1.105.4 when I add a new api key I get this error: ‘Couldn’t connect with these settings **More details’
**
I guess this would be the root causes of the issue I am finding.
I can confirm that I am using the correct endpoint and have entered the API key correctly.
hi there, im also using the 1.105.4 and its working with no issue
Thank you fahmiiireza. Oh, in that case I am thinking it may be an environment variable or a firewall issue. Are you using docker and if so did you have to set any variables please? Thank You!
Hi All, Just found the cause, I had a conflicting config in my nginx proxy manager.
Thank you all!
1 Like