Hi everyone,
I’m running n8n 2.26.2 on TrueNAS Scale (self-hosted) and I’m having trouble getting the AI Agent workflow to work with any LLM node.
Describe the problem/error/question
Exact behavior, step by step:
- I enter my API key in the LLM node and save the credential
- If I test, the connection is succesful
- I close the node and click “Open Chat”
- I type any message and send it
- The chat trigger node shows “Waiting for you to submit the chat”
- The loading animation appears in the chat, the three dots bounce
- The chat returns:
Error: Failed to receive response - No node in the workflow changes color
What I’ve already checked:
- Network connectivity is fine: a simple HTTP Request node to
httpbin.orgreturns a correct response - API requests are visible in Google AI Studio statistics with no errors reported on their side
- Same behavior with Mistral, so it’s not model-specific
- n8n container logs show no errors during workflow execution
What is the error message (if any)?
Error: Failed to receive response
Please share your workflow
Unfortunately, I am unable to copy the workflow here. ctrl+a and copy&paste does not work for me in this editor. It is this workflow: Build your first AI agent | n8n workflow template
Share the output returned by the last node
Error: Failed to receive response
Information on your n8n setup
- n8n version: n8n 2.26.2
- Database (default: SQLite): postgres 18
- n8n EXECUTIONS_PROCESS setting (default: own, main): unknown
- Running n8n via (Docker, npm, n8n cloud, desktop app): TrueNAS Apps (docker?)
- Operating system: TrueNAS Scale 25.10
Thank you in advance!