When running a workflow which starts with a chat input via the n8n web gui, the workflow does not progress.
The chat window has a pop-up appear saying “Waiting for you to submit the chat”. The N8N web GUI chat window shows the spinner for a second or two then says ‘Error: Failed to receive response’. A square button also appears at the bottom center of the workflow window with the hint of ‘Stop waiting for webhook call‘.
There are no errors in the docker logs for both n8n and n8n-runners. If ‘feels‘ like the n8n web gui is not sending the chat message to the workflow node in a way it is expecting.
I have removed the n8n and n8n-runners containers and restarted with no change. I have recreated the chat trigger, with no change. I have also tried adding a chat message node at the end of the workflow and setting the chat trigger node to response mode, but again no change.
I can provide the docker compose file if required.
I did a docker pull 2 days ago and have been using the workflows for the last two days without issue. Only today has the issue occured.
Any help would be appreciated.
What is the error message (if any)?
“Waiting for you to submit the chat” –> ‘Error: Failed to receive response’
The message comes up on the chat node instantly and the ‘stop webhook waiting‘ button also appears.
After a second or two the message in the chat response window appears.
I have not tried any other methods as this is how I start these chat oriented workflows. I do have a couple of for loading files and processing DB data which I start with a “When execute workflow is pressed“ trigger and they start without an issue.
Have just tried kicking off the workflow via a n8n form and it works fine. It is just the chat trigger and n8n gui communicating with each other that seems to be not working.