[PR #762] [MERGED] fix: Install page redirects to signin if Dify finished setup. #22673

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/762
Author: @MatriQ
Created: 8/6/2023
Status: Merged
Merged: 8/7/2023
Merged by: @JzoNgKVO

Base: mainHead: fix/install-page-redirect


📝 Commits (1)

  • 4891d60 fix: Install page redirects to signin if system installed.

📊 Changes

5 files changed (+136 additions, -114 deletions)

View changed files

📝 api/controllers/console/setup.py (+9 -8)
📝 web/app/install/installForm.tsx (+94 -78)
📝 web/app/install/page.tsx (+22 -26)
📝 web/models/common.ts (+5 -0)
📝 web/service/common.ts (+6 -2)

📄 Description

In Cloud deployment mode or the Dify has been set up, the install page should automatically redirect to /signin when users access it.

QA screen recording:
https://github.com/langgenius/dify/assets/1320925/cf3e8da5-b815-4157-a60e-d80dcf4b9beb


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/762 **Author:** [@MatriQ](https://github.com/MatriQ) **Created:** 8/6/2023 **Status:** ✅ Merged **Merged:** 8/7/2023 **Merged by:** [@JzoNgKVO](https://github.com/JzoNgKVO) **Base:** `main` ← **Head:** `fix/install-page-redirect` --- ### 📝 Commits (1) - [`4891d60`](https://github.com/langgenius/dify/commit/4891d601025c215ce106e90eceddb5de604c5d23) fix: Install page redirects to signin if system installed. ### 📊 Changes **5 files changed** (+136 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/setup.py` (+9 -8) 📝 `web/app/install/installForm.tsx` (+94 -78) 📝 `web/app/install/page.tsx` (+22 -26) 📝 `web/models/common.ts` (+5 -0) 📝 `web/service/common.ts` (+6 -2) </details> ### 📄 Description In Cloud deployment mode or the Dify has been set up, the install page should automatically redirect to `/signin` when users access it. QA screen recording: https://github.com/langgenius/dify/assets/1320925/cf3e8da5-b815-4157-a60e-d80dcf4b9beb --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:29 -05:00
yindo closed this issue 2026-02-21 20:19:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22673