mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
can't access to round of agent node on error #623
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nicho2 on GitHub (Sep 5, 2025).
Self Checks
Dify version
1.8.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
have an error on agent node
✔️ Expected Behavior
access to details of agent node even when there is an error
❌ Actual Behavior
can't access to the details.
@dosubot[bot] commented on GitHub (Sep 5, 2025):
This issue isn't tracked in existing tickets, but based on the code and recent updates, Dify is designed to let you access agent node details and error logs even when a node fails, as long as error and agentLog data are present in the backend response. There’s no intentional block in the UI or backend for error states—if you can’t access details, it’s likely due to missing or malformed agentLog data, or a frontend state issue in v1.8.0.
Recent versions (mid-2025) have improved agent log handling and detail rendering, so upgrading may resolve this problem if it’s caused by data or UI bugs in your current version. If you’re unable to upgrade, check that your backend is returning agentLog and error fields for failed nodes, and that your frontend is up-to-date with log rendering logic. More details on the architecture and recent changes can be found here and here.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
