I can't connect Anthropic to hostinger n8n

Describe the problem/error/question

I can’t connect hostinger n8n to Anthropic Claude. I added $15 to anthropic, I updated n8n, but it keeps saying the same
n8n Built on Ubuntu 24.04
docker manager

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hi, welcome. Have you tried revoking the Anthropic token?

no. I am new to all this. I am following one course but they don’t help either :frowning: How do I do that?

oh, delete the key and install again? yes I did it few times

1 Like

Hallo @NeryGarcia,

I tested this on my side, and the connection test does indeed give an error, it’s probably a bug!

But just ignore that test and save it and then go work with the node, it should work I think:

1 Like

Thanks so much! I will do that! :slight_smile:

Yeah the credential test for Anthropic has been buggy for a while, it throws that “resource not found” error even when the key is perfectly valid. Like mohamed3nan said just save it anyway and try using the node directly, if your API key is correct and you have credits it should work fine when you actually run a workflow. The test endpoint seems to be hitting something that doesn’t exist but the actual chat completions endpoint works.

1 Like

Thanks so much to you and mohamed3nan for letting me know about the bug. I was frustrated.

1 Like