page.js is not rendering in app routing, instead I keep getting not-found.js

25 views Asked by At

I'm migrating my next js application from page to app routing and I created the RootLayout, page and not-found inside my app folder as mentioned in the docs.

I tried to debug via console and I get the log in my RootLayout but my page is not rendered and I get not-found.js code rendered.

This is my folder structure

enter image description here

0

There are 0 answers