![[Next.js] ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed 포스팅 썸네일 이미지](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbwxR1z%2FbtrjPPZH8id%2FAAAAAAAAAAAAAAAAAAAAALBQM-Z5DzN_2NVtQUQSuLf9uFIB9lbiym0so9D8DcyC%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3DlYd4CYFjR%252FSv7T3NNh%252B1Ea%252BbVZI%253D)
개발일기/Next.js
[Next.js] ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed
최근 백오피스 프로젝트를 맡게 되어서 next.js 를 도입했다. 인증 작업이 필요해 AWS cognito를 연동 도중에 에러가 발생했다. 에러 처음에는 Hosting UI 가 나오지 않고 잘못된 요청이라고 에러를 뿜어냈다. aws-cognito-next 라이브러리를 설치 후 에러가 발생한것 같아서 문서 보면서 차근차근 따라가보면서 살펴봤다. https://www.npmjs.com/package/aws-cognito-next aws-cognito-next Authentication helpers to enable usage of [AWS Cognito](https://aws.amazon.com/en/cognito/) in [next.js](https://nextjs.org/) applications. w..