Hi, I’m using Dify Cloud and encountered an issue with the Agent node inside an iteration node in Chatflow.
Setup:
- Dify Cloud version
- Chatflow application
- Agent node (ReAct strategy) placed inside an Iteration node
- Agent has ZhipuAI Web Search tool enabled
- Query input is a String variable converted from iteration item
Issue:
The Agent node always returns “Internal Server Error” with no additional error details or stack trace. This happens regardless of:
- Which tools are enabled (even with all tools disabled)
- What model is used (gpt-4o-mini)
- What content is passed in the query
Steps to reproduce:
- Create a Chatflow
- Add an Iteration node
- Add an Agent node inside the Iteration node
- Run the Agent node test
Expected: Agent executes normally
Actual: Internal Server Error, no details provided
Is this a known issue with Agent nodes inside Iteration nodes on Dify Cloud? Any workaround would be appreciated.