프로그래밍/개발메모

NEST.js 엉뚱한 오류 표시 / Error: Failed to load chunk server/chunks/[root of the server]__e2c15e5b._.js

SIDNFT 2025. 3. 28. 22:50
반응형

void 문법 오류이긴한데. ..

Promise 에서 void 리턴을 넣는 간단한 문법 오류인데

 

chunks 가 어쩌구 하는 문제라고하는 복잡한 내용이 나옵니다.
에러 문구만 봐선 어디가 오류인지 알 수 없습니다.

 
 
Runtime Error

Error: Failed to load chunk server/chunks/[root of the server]__e2c15e5b._.js

Call Stack26

Show 23 ignore-listed frame(s)
loadChunkPath
.next\server\chunks\[turbopack]_runtime.js (486:15)
Object.loadChunk
.next\server\chunks\[turbopack]_runtime.js (462:16)
Object.<anonymous>
.next\server\app\api\route.js (80:9)

 

This error happened while generating the page. Any console logs will be displayed in the terminal window.

 

 

 

Next.js 특징인가 아무것도 리턴을 알할 수는 없군요

true 라도 넣어줬습니다.

 

반응형