client side routing sometimes does not work in dev.
Unanswered
Chausie posted this in #help-forum
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.
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
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.