Skip to content

[#X] 회원가입 성공 후 메인페이지로 이동되지 않는 버그 수정#239

Merged
huuitae merged 6 commits intodevelopfrom
feature/QA
Oct 27, 2025
Merged

[#X] 회원가입 성공 후 메인페이지로 이동되지 않는 버그 수정#239
huuitae merged 6 commits intodevelopfrom
feature/QA

Conversation

@huuitae
Copy link
Contributor

@huuitae huuitae commented Oct 25, 2025

📄 PR 내용 요약

회원가입 성공 후 메인페이지로 리다이렉트 합니다

✅ 작업 내용 상세

회원가입을 완료한 후 로그인 된 상태로 메인페이지로 리다이렉트 되지 않는 현상을 수정했습니다.

원인

  • login.tsredirect()함수는 리다이렉트를 위해 에러를 반환합니다.
    signup.ts의 로직은 회원가입이 완료된 후 로그인을 진행하도록 했는데 redirect()에서 반환되는 에러를 catch()로 잡아버려서 리다이렉트가 되지 않은 것으로 추측하고 있습니다.

📸 스크린샷 (선택사항)

💬 참고 사항

@huuitae huuitae self-assigned this Oct 25, 2025
@vercel
Copy link

vercel bot commented Oct 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
wine Ready Ready Preview Comment Oct 25, 2025 7:02am

Copy link
Member

@junye0l junye0l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다.

에러부분도 고쳐주셨네요! 편하실 때 머지 해주세요

@huuitae huuitae merged commit f9fc7a9 into develop Oct 27, 2025
3 checks passed
@huuitae huuitae deleted the feature/QA branch October 27, 2025 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants