The static directory has been deprecated in favor of the public directory. https://err.sh/vercel/next.js/static-dir-deprecated #14018
-
** I am trying to update Nextjs version in my project ..but I am getting this error can anyone help me** (node:12420) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'unshift' of undefined
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Could you share some code? 😄 it looks like line 51 in your |
Beta Was this translation helpful? Give feedback.
Could you share some code? 😄 it looks like line 51 in your
next.config.js
is causing the issues.