Why my VSC thinks my app project is a pages project?
Unanswered
Cattrina posted this in #help-forum
CattrinaOP
I followed the tutorial on nextjs.org https://nextjs.org/learn/dashboard-app. I ran into webpack errors and updated them all. Now testing with npm run build I get this error: (see image) any ideas what is happening? Is there a way I can force VSC to re-evaluate the project as app project again? The project is made in next 14.1. (I started from scratch and copy-pasted the pages from the tutorial to my new updated project.)
1 Reply
CattrinaOP
Allright I found this thread: https://github.com/vercel/next.js/issues/4975 looks like this is a known bug