N8n account creation problem

I’m trying to get the Github backup workflow to execute but keep coming up against the error - Problem in node ‘n8n‘ - The resource you are requesting could not be found

Now i believe I got the API correct from Settings but I have no idea whether the base url is correct.

Is something I’ve missed here? I’ve poked around and see reference to the base url including a port and other subdirectories that include /api/ and even the n8n version number which is weird, given the version number changes so often.

Can someone point me in the right direction please. I’m running this in a Docker container via a Cloudflare tunnel.
Does my n8n instance have this base url information displayed somewhere?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @aussiemartin

add “/api/v1” to the end of your baseurl :slight_smile:

1 Like

ahh ha, thanks so much for this. worked like a dream.
would be good if the docs explained this and/or the credential node gave some clue too.
thanks again.

I agree, but there is a hint to it. Before you fill in your url it shows what it should look like :slight_smile:

2 Likes

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