Home > Back-end >  next js https://my_website_address/_next/static/chunks/webpack-332dbc5711e5ed.js net:: err aborted 4
next js https://my_website_address/_next/static/chunks/webpack-332dbc5711e5ed.js net:: err aborted 4

Time:03-20

My website enter image description here

Here is the error. I couldn't figure it out.

In vercel everythings fine. (Im using plesk, VDS server)

emirpreview.vercel.app

CodePudding user response:

I had the same issue and solved it with removing assetPrefix: "." from next.config.js.

CodePudding user response:

enter image description here I have .next folder but my page is trying to fetch data from _next Is this might be the problem we looking for?

  • Related