Next.js Discord

Discord Forum

Module not found: Can't resolve '~\app\not-found.js'

Answered
Mini Lop posted this in #help-forum
Open in Discord
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 ?
Answered by Rafael Almeida
maybe delete the .next folder too?
View full answer

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. :noice:
nice!