Module not found: Can't resolve '~\app\not-found.js'
Answered
Mini Lop posted this in #help-forum
Mini LopOP
I tried to implement the not-found.js page in nextjs 13. Later I removed it (deleted) from the app directory. and now im getting this error. Why is it forcing me now to use the not-found page ?
5 Replies
try restarting the dev server, sometimes it gets stuck with deleted files
@Rafael Almeida try restarting the dev server, sometimes it gets stuck with deleted files
Mini LopOP
I restarted it, even restarted the PC thinking that it might be referring some caches.
maybe delete the
.next folder too?Answer
Mini LopOP
Yep, its working now. Thanks alot. 

nice!