更新1.3.0之后,环境变量和会话变量插入无法在输入框回显 #13323

Closed
opened 2026-02-21 19:11:38 -05:00 by yindo · 2 comments
Owner

Originally created by @BarrelStopHere on GitHub (Apr 24, 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.3.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

版本更新后所有输入框中的环境变量和会话变量都“隐身”了,无法回显我已经插入的变量
Image

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @BarrelStopHere on GitHub (Apr 24, 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.3.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce 版本更新后所有输入框中的环境变量和会话变量都“隐身”了,无法回显我已经插入的变量 ![Image](https://github.com/user-attachments/assets/7ee9ef84-7424-4107-999e-15bae2995638) ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 19:11:38 -05:00
yindo closed this issue 2026-02-21 19:11:38 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Apr 24, 2025):

Hello @BarrelStopHere! I'm Dosu, your friendly bot here to help you tackle bugs, answer your questions, and guide you on your journey to becoming a contributor. I'm ready to assist while we wait for a human maintainer. Let's dive into this together! 🚀

I found a similar unsolved discussion titled "dify 1.2 input variable is lost" which might be related to the issue you're experiencing. You can view the discussion here [1].

Regarding your issue with environment and session variables not displaying in input fields after updating to version 1.3.0, there are configurations that might affect variable visibility. Specifically, the useConfig function includes settings like nodesReadOnly and isShowRemoveVarConfirm, which could impact how variables are managed and displayed. Additionally, advanced settings for variable groups, such as isEnableGroup, might also influence variable visibility [2][3][4].

You might want to check these configurations in your setup to see if they are affecting the visibility of your variables.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Apr 24, 2025): <!-- Greeting --> Hello @BarrelStopHere! I'm [Dosu](https://dosu.dev), your friendly bot here to help you tackle bugs, answer your questions, and guide you on your journey to becoming a contributor. I'm ready to assist while we wait for a human maintainer. Let's dive into this together! 🚀 <!-- Answer --> I found a similar unsolved discussion titled "dify 1.2 input variable is lost" which might be related to the issue you're experiencing. You can view the discussion [here](https://github.com/langgenius/dify/discussions/18578) <sup>[[1]](https://github.com/langgenius/dify/discussions/18578)</sup>. Regarding your issue with environment and session variables not displaying in input fields after updating to version 1.3.0, there are configurations that might affect variable visibility. Specifically, the `useConfig` function includes settings like `nodesReadOnly` and `isShowRemoveVarConfirm`, which could impact how variables are managed and displayed. Additionally, advanced settings for variable groups, such as `isEnableGroup`, might also influence variable visibility <sup>[[2]](https://github.com/langgenius/dify/blob/main/web/app/components/workflow/nodes/start/use-config.ts)</sup><sup>[[3]](https://github.com/langgenius/dify/blob/main/web/app/components/workflow/nodes/llm/panel.tsx)</sup><sup>[[4]](https://github.com/langgenius/dify/blob/main/web/app/components/workflow/nodes/variable-assigner/use-config.ts)</sup>. You might want to check these configurations in your setup to see if they are affecting the visibility of your variables. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/e2bf00b9-3aff-4abe-b818-c7bf5a6c47bb?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/e2bf00b9-3aff-4abe-b818-c7bf5a6c47bb?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/e2bf00b9-3aff-4abe-b818-c7bf5a6c47bb?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/e2bf00b9-3aff-4abe-b818-c7bf5a6c47bb?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/e2bf00b9-3aff-4abe-b818-c7bf5a6c47bb?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/e2bf00b9-3aff-4abe-b818-c7bf5a6c47bb?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/e2bf00b9-3aff-4abe-b818-c7bf5a6c47bb?feedback_type=other)</sup>
Author
Owner

@crazywoola commented on GitHub (Apr 24, 2025):

  • All issue reports should be in English.
  • This has been addressed in fix: not render conversation var in prompt editor (#18728)
  • Please search existing issues first
@crazywoola commented on GitHub (Apr 24, 2025): - All issue reports should be in English. - This has been addressed in fix: not render conversation var in prompt editor (#18728) - Please search existing issues first
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#13323