I wrote not-found.tsx on top of the default file created when create next app. It seems to be working fine, but the console keeps giving me an error every second.
Also, when I run the next app with next dev --turbo, a huge error occurs when accessing localhost:3000/404.
I am now new to next.js. And I am learning App Router. The question that comes to mind while learning is whether this can be applied to a product. I feel like Next.js is too shabby, and as someone who developed only React as a SPA for 4 years, it's very confusing.




