[Solved] ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed

Next JS Tarif Hossain

Problem :

I was working on Global Styles by following the official documentation of Next js step by step but I got this error.

ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed.
(error: http://localhost:3000/_next/static/chunks/fallback/node_modules_next_dist_client_dev_noop_js.js)


Solution:

How I fixed it:

  1. Remove  /.next folder.
  2. Launch project again.
  3. Force refresh browser to delete the cache.


That’s all for now! If you face any problem, comment below.