I’m self hosting the community version, via Docker. I originally had “latest” in my .yaml, and upgraded yesterday to 1.81.0. Unfortunately, due to a problem I had to downgrade, so I’m now running 1.78.1. I’m suspecting something has happened that has broken my installation of n8n and am hoping for any pointers for how to fix the problem.
I’m creating a simple workflow with a Chat Trigger node, an AI Agent node and a slack node for sending a message.
When sending a message in the chat, it does proceed to the AI Agent node, gets a response from the language model and proceeds to send the message. But, the visual execution hangs in the Chat Trigger node. The message displayed is: “Waiting for you to submit the chat” and no node turn green. The chat window also shows three animated dots, and another message cannot be sent in.
This is a known issue with the Chat Trigger node in v1.78.1, particularly after downgrading. The execution appears to succeed (Slack message is sent) but the visual feedback and chat state don’t resolve properly.
Thank you for taking time to reply and propose solutions, also @solomon.
Firstly, I’ve recreated the workflow without any changes - so that did not help.
@Yo_its_prakash I can’t seem to make either the Slack or an added Function node connect back to the Chat Trigger - since it’s a trigger node it does not take any input other than from chat. Do you know of any way to do this?
I’ve checked my WEBHOOK_URL in the Docker config and that is set as it should. It’s on a VPS so I access it from the outside already, through a url.
Yes, it may be that I need to upgrade the whole installation. Thankfully this is my first workflow so I don’t have a lot of data to migrate.