#Links on not-found page not working

10 messages · Page 1 of 1 (latest)

glass rover
#

I am working on a Next.js 13.3 project using the appDir approach.

I created a not-found file for handling 404 errors that gets displayed correctly, however, when I am on the not-found page links to other pages (like /subpage) do not work, they change the URL in the browser but the correct page is not loaded (when I click on refresh afterwards, the correct page appears).

I think this might have to do with client side rendering or link prefetch that is somehow broken. Any ideas what the problem can be?

errant compass
#

I have the same issue, there is some github issue about that.
You can quickly solve that with window.location.href = '/path'

glass rover
errant compass
#

Yes (for now)

glass rover
#

I see, thank you!

errant compass
urban hornet
#

I'm having this bug as well, hope it is resolved soon enough! 🙏

trail island
#

+1

lusty otter
#

+1

round vessel
#

is there any updates on this?