I am trying to set up very simple echo workflow to test the internal chat feature, but I get the error "Problem in node ‘Chat‘
“Response Mode” in the chat trigger node must be set to “Using Response Nodes”. The thing is - there is no such setting anywhere in chat trigger node. The trigger node version is 1.4.
Here is my workflow:
Here is the error details:
{
"errorMessage": "\"Response Mode\" in the chat trigger node must be set to \"Using Response Nodes\"",
"errorDetails": {},
"n8nDetails": {
"nodeName": "Chat",
"nodeType": "@n8n/n8n-nodes-langchain.chat",
"nodeVersion": 1.2,
"operation": "send",
"time": "3/13/2026, 10:57:51 AM",
"n8nVersion": "2.11.3 (Self Hosted)",
"binaryDataMode": "filesystem",
"stackTrace": [
"NodeOperationError: \"Response Mode\" in the chat trigger node must be set to \"Using Response Nodes\"",
" at ExecuteContext.execute (/home/illia/.nvm/versions/node/v24.14.0/lib/node_modules/n8n/node_modules/@n8n/n8n-nodes-langchain/nodes/trigger/ChatTrigger/Chat.node.ts:338:10)",
" at WorkflowExecute.executeNode (/home/illia/.nvm/versions/node/v24.14.0/lib/node_modules/n8n/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1043:31)",
" at WorkflowExecute.runNode (/home/illia/.nvm/versions/node/v24.14.0/lib/node_modules/n8n/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1222:22)",
" at /home/illia/.nvm/versions/node/v24.14.0/lib/node_modules/n8n/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1668:38",
" at /home/illia/.nvm/versions/node/v24.14.0/lib/node_modules/n8n/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2313:11"
]
}
}
Information on your n8n setup
n8n version is 2.11.3
I am running it on Ubuntu server using pm2 (no containers)

