langgenius/dify

No global loading when switching tabs in apps

Open

#31.171 geöffnet am 18. Jan. 2026

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (2 zugewiesene Personen)TypeScript (141.412 Stars) (22.210 Forks)batch import
cloudgood first issue🐞 bug

Beschreibung

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