작성
·
1.9K
1
4. WrappedApp created new store with withRedux(NodeBird) { initialState: undefined, initialStateFromGSPorGSSR: undefined }
계속이런 오류가 나요 회원가입 페이지는 나오는데 아이디 비밀번호를 입력하고 로그인을 누르면 페이지가 이동되지 않고 그대로 나옵니다.
configureStore에
mport { createWrapper } from "next-redux-wrapper";
추가 했구요
next-redux-wrapper 버전도 6.0.2 입니다
답변 3
0
0
0
4. WrappedApp created new store with withRedux(NodeBird) { initialState: undefined, initialStateFromGSPorGSSR: undefined }
이건 오류가 아니라 그냥 console.log한 메시지입니다. 콘솔 탭에 빨간 오류는 없나요? 어딘가에 오타가 났을텐데 코드를 보지 않으면 파악하기 어렵습니다. 최후의 수단으로는 제 깃헙 ch3 코드를 clone받으시는 것도 있습니다.