langgenius/dify

No global loading when switching tabs in apps

Open

#31171 opened on Jan 18, 2026

View on GitHub
 (2 comments) (1 reaction) (2 assignees)TypeScript (141,412 stars) (22,210 forks)batch import
cloudgood first issue🐞 bug

Description

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • 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, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.11.4

Cloud or Self Hosted

Cloud

Steps to reproduce

After entering an app, switching the left-hand tab puts it in a loading state. However, this loading state causes the entire tab to disappear, and then the whole app page turns into a loading screen.

https://github.com/user-attachments/assets/c1a860a7-1296-413e-afc0-722885c4ca70

https://github.com/langgenius/dify/blob/7b66bbc35a6f3c29f0942c30ce583ae78dfcc6c2/web/app/(commonLayout)/app/(appDetailLayout)/%5BappId%5D/layout-main.tsx#L120-L131

✔️ Expected Behavior

Only show the loading state in the corresponding section.

❌ Actual Behavior

No response

Contributor guide