-
-
Notifications
You must be signed in to change notification settings - Fork 22.6k
Description
Describe the bug
I am using Agentflow v2, with a LLM planner, Iteration module for spawning Sub Agents, and finally router with option to loop back to the first LLM module. When I run it on some iterations both interfaces in Executions and inside the Flow become white, and the following error pops up in the browser console:
MUI X: The Tree View component requires all items to have a unique id
property.
Alternatively, you can use the getItemId
prop to specify a custom id for each item.
Two items were provided with the same id in the items
prop: "iterationAgentflow_0_23"
To Reproduce
- Run a flow;
- When the flow is marked as completed in Executions - open the flow;
- The page is blank, and there is an error message in the browser console:
MUI X: The Tree View component requires all items to have a unique id
property.
Alternatively, you can use the getItemId
prop to specify a custom id for each item.
Two items were provided with the same id in the items
prop: "iterationAgentflow_0_23"
Note, this error appears in different iterations, not _0_23 precisely and not in every test.
It appears to be a Race Condition.
Expected behavior
To show all the steps properly.
Screenshots
Flow
I can provide on demand, but would like to avoid it publicly.
Use Method
Docker
Flowise Version
3.0.7
Operating System
macOS
Browser
Chrome
Additional context
No response