Can not retrieve information from n8n node in my workflow

Hi.

I have used a workflow to backup my workflows in n8n. I used a n8n node and configured it with api key and base url and the connection was successful. But when the workflow receives to this node I get this error:

and this is my n8n node configuration:

How can I solve the problem?

This error points out an issue in the parameters, specifically under Resource(refer to image).

You could’ve written a false resource name and n8n couldn’t find it. Could you share the n8n node you used so we can see how you defined the resource parameter?

And hey, I made a simple and clean template for backup, with a setup guide here – I also use it personally(refer to image).

Even though it says “Connection tested successfully”, the Base URL is incorrect.

This is how it looks like:
image
So, in your case it should be:

http://172.24.24.43:2053/api/v1
1 Like