Next.js Discord

Discord Forum

client side routing sometimes does not work in dev.

Unanswered
Chausie posted this in #help-forum
Open in Discord
Avatar
ChausieOP
client side routing sometimes does not work in dev and this makes the dev experience in nextjs even worst.

sometimes when you click a link nextjs does not write to the url bar/update it.

My version: "next": "14.2.13",
App router.

1 Reply

Avatar
Tomistoma
I'm also having this issue with router.push(). It will replace the url bar but will not route to it, only in dev mode of course.