DEV Community

Cover image for How to solve Next.js 'ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed' Error
Vinay Patil
Vinay Patil

Posted on

15 1 1 1 1

How to solve Next.js 'ChunkLoadError: Loading chunk node_modules_next_dist_client_dev_noop_js failed' Error

Without wasting time just get to the solution.

  • find the folder ' .next ' which will be in your root folder.
  • delete this (.next) folder.
  • after this just delete the cache for your webpage and refresh the page.

Top comments (3)

Collapse
 
osagiesammy profile image
Osagie Sammy • Edited

Hello I did this it did not work, the website fails to open.

Thank you it now works, I renamed the folder and ran in my my editor.

You are a life saver.

Collapse
 
engineervinay profile image
Vinay Patil

Thank you so much @osagiesammy !!! i am glad it solved your problem.

Collapse
 
thorondormanwe profile image
Carlos Rangel

Just deleted the cache of my browser and it worked :) Thanks

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay