Describe the problem/error/question
I am experiencing an issue where my AI Agent does not properly respond to consecutive chat messages.
My workflow is:
When chat message received → Simple Memory → AI Agent → Respond to Chat
(Model: gemini-2.5-pro)
The first user message works correctly and I get a response in the chat UI.
However, when I send a follow-up message in the same chat session, the UI only shows:
Workflow executed successfully
and no AI response is displayed.
If I send the exact same message again, then the AI finally responds.
This pattern repeats continuously:
-
1st message → works
-
2nd message → only “Workflow executed successfully”
-
3rd message → response appears
-
4th message → only “Workflow executed successfully” again
It looks like the chat response is being dropped or delayed by one execution.
What should I check or change to fix this?
What is the error message (if any)?
There is no explicit error.
The only message shown in the chat UI is:
Workflow executed successfully
Please share your workflow
Share the output returned by the last node
When the issue occurs, the Respond to Chat node does not display any message in the chat UI, even though the execution finishes successfully.
Information on your n8n setup
-
n8n version:
-
Database (default: SQLite): Not used
-
n8n EXECUTIONS_PROCESS setting (default: own, main): n/a (n8n Cloud)
-
Running n8n via (Docker, npm, n8n cloud, desktop app): n8n Cloud
-
Operating system: Windows
