Error 404 when using n8n node: Get Many

I want to backup my workflows in Github so I tried to use the n8n node with the operation: Get Many. Credentials for n8n are set. Base url is the (self hosted) link to the instance http://ip-adress:port - with this the connection was also tested successfully.

  • **n8n version:1.107.4

  • Database (default: SQLite):

  • n8n EXECUTIONS_PROCESS setting (default: own, main):

  • **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker

  • **Operating system:Ubuntu

I have seen some proposals to add /api/v1 to the end of the base url but then the connection test is not working anymore and the node execution fails with: not authorized.

Any help is appreciated !

Cheers Peter

1 Like

My working setup has the base url set to https://my.domain.com/api/v1 and API Key to a valid api key.

1 Like

Very interesting. Thanks for your reply. When I use the base url without api/v1 the connection test worked:

when I add api/v1 to the url the authentication fails (connection test):

and so in consequence also the node fails with authorization error:

How the connection test runs with your “extended” base url ?

Thanks for your support !

Cheers Peter

This reads - the server received your request, it understands the request (the url and the method are correct), but it just doesn’t like the credentials (aka api key). Please double (triple if you have to) check your api key, preferably delete the credentials, delete the key, create a new key, add new credentials and try again.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.