Why your Not Found UI is not rendering on NextJS 13
If you're wondering why your NextJS 13 app is rendering the default 404 page and not the one you specified in your not-found.js file - keep reading.
The wrong way
Calling notFound() outside of your react component (in this case I called it in an asyn...
codethenporrada.xyz3 min read