Next unhandled runtime error - ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed

0 votes
142 views
added Jan 26, 2022 in Next JS by lcjr First Warrant Officer (11,790 points)

Error line show as

(error: http://localhost:3535/_next/static/chunks/fallback/node_modules_next_dist_client_dev_noop_js.js)

Apparently, thats a cache issue 

Simply delete the root/.next folder, recompile you project and hard-refresh browser when browse your page (Shift+F5 / Cmd+Shift+R) to remove the cache.

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...