-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: middleware 오동작으로 생긴 배포 이슈 수정 및 리팩토링 (2차) #39
Conversation
This reverts commit 13d5ce9.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다! ✨
모든 페이지의 컴포넌트 타입을 NextPageWithLayout로 주고 isProtectedPage를 true로 설정하는게 조금 아쉬워서 default값을 true로 하고 로그인이 필요없는 페이지만 false로 할 수 있는 방법은 없을까 고민해봤는데 아직 방법을 찾지 못했네요 😂 좀 더 고민해보겠습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
저는 괜찮을 것 같습니다!! 미들웨어에서 하는게 좋을것같은데 아쉽네욥 ㅠㅠ 수고하셨습니다!!
이슈 번호
#20
작업 분류
작업 상세 내용
NextResponse.next
가 기대하는 대로 동작하지 않았습니다.SomePage.isProtectedPage = true
를 추가하면 해결할 수 있습니다.기타
isProtectedPage
속성을 추가하는 방식으로 변경했습니다.