ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed reactjs reactjs

ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed


Try deleting the .next folder at the root of your project.

I just had the same problem, and I have no idea why, but it was apparently caused by the cache. Maybe yours is, too.

After browsing through GH Issues & various blog posts, my conclusion is that nobody knows what the heck is going on with this webpack-related error, probably caused by Next.js's behavior.


I had this error after removing files from the /public folder.

How I fixed it:

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


For me, the problem appeared when I added a plugin to tailwind.config.js (using tailwind)

maybe this will help someone locate strange nextjs behavior