Next Router Issue in 12.3.7 version

I am using Next.js version 12.3.7 and I’m facing an issue with the router. Whenever I push a new route before the previous navigation has completed, the latest router.push gets cancelled. After doing some research, I found that this issue exists in Next.js versions before v13. Is this true? Also, is there any workaround or fix for this?

Hi @kashishbhandula112-3, welcome to the Vercel Community!

Can you share resources where this was mentioned as a limitation? Can you share a minimal reproducible example? That will let us all work together from the same code to figure out what’s going wrong.

Also, it’s always better to open issues or discussions on the Next.js GitHub repo because this isn’t a Vercel platform related topic and you’ll find people with better knowledge of Next.js there.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.