Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
인스타그램 연동 후 발생하는 404 페이지 오류를 해결하기 위해 모달 fallback 라우트를 워크스페이스 메인 페이지로 변경합니다.
- 인스타그램 콜백에서 설정 모달 대신 워크스페이스 메인으로 리다이렉트 변경
- 설정 관련 standalone 페이지들을
useStandaloneModalRedirect훅을 사용하도록 리팩토링 - 모달 fallback 로직을 일관되게 워크스페이스 메인으로 통일
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
InstagramCallBackClient.client.tsx |
인스타그램 연동 완료 후 리다이렉트 경로를 설정 모달에서 워크스페이스 메인으로 변경 |
settings/page.tsx |
설정 standalone 페이지를 useStandaloneModalRedirect 훅을 사용하도록 리팩토링 |
settings/change-password/page.tsx |
비밀번호 변경 standalone 페이지를 useStandaloneModalRedirect 훅을 사용하도록 리팩토링 |
| }); | ||
| // 3. 온보딩 페이지로 복귀 | ||
| router.push(ROUTES.MODAL.SETTING.WORKSPACE_SETTING(workspaceId)); | ||
| // 3. 워크스페이스 페이지로 복귀 |
There was a problem hiding this comment.
[nitpick] [P5] 주석이 '워크스페이스 페이지로 복귀'로 되어 있는데, 정확히는 '워크스페이스 메인 페이지로 복귀'로 수정하면 더 명확할 것 같습니다.
Suggested change
| // 3. 워크스페이스 페이지로 복귀 | |
| // 3. 워크스페이스 메인 페이지로 복귀 |
duwlsssss
approved these changes
Aug 22, 2025
S-Gihun
approved these changes
Aug 22, 2025
✨ Vercel Preview Deployed📦 PR #401 by @strfunctionk 🔗 Links
Powered by Vercel ⚡ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ Related Issues
🧑💻 작업 내용
💾 작업 결과 (선택)
💬 리뷰 시 요청사항 (선택)
📝 Checklist