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
