Next.js Discord

Discord Forum

Critical bug with back navigation to async page

Unanswered
Giant resin bee posted this in #help-forum
Open in Discord
Avatar
Giant resin beeOP
Hi everyone!

I think I might have found a bug concerning navigating back to async page component.
I have two pages: the first one is an async component (Page A) and the second one is a plain component (Page B). When I navigate from Page B to Page A, the application crashes. Also, there's lots of requests in network to Page A. Here's a demo to reproduce: https://stackblitz.com/edit/stackblitz-starters-krmnhr?file=app%2Fpage.tsx
Next.js v14.1.0

0 Replies