Chatflow:Why is there no output directly #14691

Closed
opened 2026-02-21 19:18:20 -05:00 by yindo · 3 comments
Owner

Originally created by @GdmnKomo on GitHub (Jun 17, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.4.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Image

Why is there no output directly,the end node can't output the answer.what can i do?

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @GdmnKomo on GitHub (Jun 17, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.4.3 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/5154f8c1-7795-4153-83a2-dfd027d1782b) Why is there no output directly,the end node can't output the answer.what can i do? ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug🤔 cant-reproduce labels 2026-02-21 19:18:20 -05:00
yindo closed this issue 2026-02-21 19:18:20 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Jun 17, 2025):

There’s no evidence of a code bug in Dify 1.4.3 that would prevent the end node from outputting results. The most common causes for this are: the end node’s output variable selector is misconfigured (for example, it’s not set to the variable actually produced by upstream nodes), the upstream node (like the LLM) isn’t producing the expected variable (such as "text"), or there’s a workflow routing error. Double-check that your end node is configured to output the correct variable (typically ['llm', 'text']), and that the upstream node is actually producing this output. If you’ve made any custom UI changes, those could also affect output propagation. Reviewing logs for errors can help pinpoint where the output is getting lost. If you’re still stuck, try simplifying your chatflow to isolate the problem source.
Reference: EndNode logic and troubleshooting

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Join Discord Share on X

@dosubot[bot] commented on GitHub (Jun 17, 2025): <!-- Answer --> There’s no evidence of a code bug in Dify 1.4.3 that would prevent the end node from outputting results. The most common causes for this are: the end node’s output variable selector is misconfigured (for example, it’s not set to the variable actually produced by upstream nodes), the upstream node (like the LLM) isn’t producing the expected variable (such as "text"), or there’s a workflow routing error. Double-check that your end node is configured to output the correct variable (typically `['llm', 'text']`), and that the upstream node is actually producing this output. If you’ve made any custom UI changes, those could also affect output propagation. Reviewing logs for errors can help pinpoint where the output is getting lost. If you’re still stuck, try simplifying your chatflow to isolate the problem source. [Reference: EndNode logic and troubleshooting](https://github.com/langgenius/dify/blob/945d1569ee26d3d5a3175ada8e207f0e6db1cfc6/api/core/workflow/nodes/end/end_node.py) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/d38b8311-5489-4f28-a320-f92d0634a3e8?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/d38b8311-5489-4f28-a320-f92d0634a3e8?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/d38b8311-5489-4f28-a320-f92d0634a3e8?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/d38b8311-5489-4f28-a320-f92d0634a3e8?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d38b8311-5489-4f28-a320-f92d0634a3e8?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/d38b8311-5489-4f28-a320-f92d0634a3e8?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/d38b8311-5489-4f28-a320-f92d0634a3e8?feedback_type=other)</sup>&nbsp;&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify/issues/21150)
Author
Owner
@crazywoola commented on GitHub (Jun 17, 2025): https://github.com/langgenius/dify/blob/0277a37fcad5ad86aeb239485c27fffd5cd90043/CONTRIBUTING.md#L22-L33
Author
Owner

@crazywoola commented on GitHub (Jun 17, 2025):

This is only for bug report, if you would like to ask a question, please head to Discussions.

@crazywoola commented on GitHub (Jun 17, 2025): This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#14691