📄️ Next.js에 Google Drive API를 달아보자
Google API의 경우, 대부분이 서버에서 API를 호출해야합니다.
📄️ Dockder Container 안에서 pm2로 next.js 실행하는 방법
node 런타임 기반의 next.js를 돌리기 위해서 싱글스레드 기반인 node.js를 사용한다.
📄️ Next.js에서 ‘className’ did not match 에러 대응해보기
image
📄️ Next.js에서 SSR일 때 styled-components가 적용되지 않을 때 대응방법
📄️ Why “window” object is not defined in Next.js?
during server side rendering, there’s no window and also it is not recommended to use global object
📄️ how to solve “error unhandledRejection - Error [ERR_HTTP_HEADERS_SENT] - Cannot set headers after they are sent to the client”
when you develop using next.js and node, then you often face this error
📄️ How to fix “Error - error:030810C:digital envelope routines::unsupported” in Next.js
Error
📄️ How to use Dynamic Route in Next.js (described as Static Site Generation (SSG))
💡 To use Dynamic Route in Next.js, You must use getStaticPaths, getStaticProps.
📄️ How to fix “Error - serializing .res.headers returned from ‘getStaticProps’ in `/`. Reason - 'Object'('[object AxiosHeaders]') cannot be serialized as JSON. Please only return JSON serializable data types” in Next.js
Problem Code
📄️ Will fallback of getStaticPaths in Next.js work on Static Sites like S3 or Github Pages?
💡 IT DOESN’T WORK AT ALL AS IT DOENS’T HAVE SERVER
📄️ Next.js 13 + Kakao Map API 시 CORS 문제
문제상황
📄️ Next.js의 렌더링 과정 파악하기
Next.js 서버에서 HTML 생성하는 법
📄️ Difference between Static Site Generation (SSG) and Server Side Rendering (SSR) in Next.js
💡 The content of the page changes frequently? => Use SSR
📄️ Next.js에서 “minified react error
리액트 컴포넌트 모듈을 마운트할 때, 컴포넌트 모듈이 잘 안불러와지거나, 불러와졌는데, 해당 컴포넌트 모듈이 깨지는 경우
📄️ Error - Hydration failed because the initial UI does not match what was renderes on the server를 해결해보자
Next.js 공식문서에 따르면 이럴 때 이 에러가 난다고 한다
📄️ next-redux-wrapper를 이용해서 Server와 Client 간의 Redux 공유하기
📄️ Next.js에서 Nookies의 path는 뭐에 사용하는 걸까?
- path는 쿠기가 적용되는 URL 경로를 말하는 건데, ‘/’를 할 경우, 모든 페이지에서 쿠키 접근이 가능하다
📄️ monorepo 기반의 next.js를 docker에 올려보자
yarn add로 패키지 설치 시 @types/\* 설치파일을 찾아 설치해주는 유틸리티 플러그인 설치