본문 바로가기
개발일지/NextJS

TypeError: (0 , marked__WEBPACK_IMPORTED_MODULE_7__.default) is not a function

by 한삐 2023. 3. 18.
728x90

TypeError: (0 , marked__WEBPACK_IMPORTED_MODULE_7__.default) is not a function 에러 해결 방법

 

나의 경우 SSR 데이터를 contextAPI를 통해 패치하려 했으나, 정상적으로 받아올 지 못할때 발생한 오류였다.

 

로컬 실행 종료 후 재실행하니 정상적으로 데이터를 받아올 수 있었다.

 

다소 허탈한 해결방안이었지만, SSR을 다루는 페이지의 데이터가 정상적으로 받아와지지 않는 경우, 코드 작성 후 프로그램을 재실행 해보자.

 


 

참조 : https://github.com/vercel/next.js/issues/18090

 

context value is undefined on server with Webpack 5 · Issue #18090 · vercel/next.js

Bug report Describe the bug In development (yarn dev) if I restart the server while the page (http://localhost:3000/) remains open, I get undefined context value on server(but correct value on clie...

github.com

 

728x90

댓글