Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
junye0l
approved these changes
Oct 26, 2025
Member
junye0l
left a comment
There was a problem hiding this comment.
고생하셨습니다.
에러부분도 고쳐주셨네요! 편하실 때 머지 해주세요
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.
📄 PR 내용 요약
회원가입 성공 후 메인페이지로 리다이렉트 합니다
✅ 작업 내용 상세
회원가입을 완료한 후 로그인 된 상태로 메인페이지로 리다이렉트 되지 않는 현상을 수정했습니다.
원인
login.ts의redirect()함수는 리다이렉트를 위해 에러를 반환합니다.signup.ts의 로직은 회원가입이 완료된 후 로그인을 진행하도록 했는데redirect()에서 반환되는 에러를catch()로 잡아버려서 리다이렉트가 되지 않은 것으로 추측하고 있습니다.📸 스크린샷 (선택사항)
💬 참고 사항