Describe the problem/error/question
Hi community, I installed n8n via the self starter kit on my NVDIA jetson orion nano deverloper kit.
For some reason, the option to allow file upload in the chat trigger node is not showing…
See screenshot below:
Troubleshooting I have done:
- deleted the node and re add
- tried creating a new workflow and add the node again
Information on your n8n setup
- n8n version:
- Operating system: linux
n8n version: 1.94.1
Installed via n8n self starter kit
Here’s the copy and paste of my node:
{
“nodes”: [
{
“parameters”: {
“options”: {}
},
“type”: “@n8n/n8n-nodes-langchain.chatTrigger”,
“typeVersion”: 1.1,
“position”: [
-120,
-80
],
“id”: “1e61dee8-51a1-4a01-8bf0-70a6c6872747”,
“name”: “When chat message received”,
“webhookId”: “c11610e7-9235-4e4b-bf01-55b4d57397fb”
}
],
“connections”: {
“When chat message received”: {
“main”: [
]
}
},
“pinData”: {},
“meta”: {
“instanceId”: “558d88703fb65b2d0e44613bc35916258b0f0bf983c5d4730c00c424b77ca36a”
}
}