Allow file upload option is not showing in chat trigger node

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”
}
}

Hi @jerry_Cole,

I just checked your issue on my end by pasting your node into my canvas, and everything seems to be working fine…I’m seeing the option to upload a file, as shown in the screenshot below.

Just to confirm, I’m also using the same version as you.

1 Like

Thanks @Sudhanshu_Sharma It restarted my docker compose and it shows up now. Must be a glitch, thanks a lot.

1 Like

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