Try removing that 'use client', also remove 'async' from the NotFound() function, and finally make s

Try removing that 'use client', also remove 'async' from the NotFound() function, and finally make sure you are not computing stuff inside not-found.tsx
Was this page helpful?