Next.js Discord

Discord Forum

My nextJs app is Hanging whenever i clicked another navigation when already a navigation in progress

Unanswered
Morelet’s Crocodile posted this in #help-forum
Open in Discord
Morelet’s CrocodileOP
Hi Next- Devs ,
My nextJs app is Hanging whenever i clicked another navigation when already a navigation in progress.
And its not always reproducible.
Sometime the bug exist when we go to another tab and come back after few minutes and try click another navigation when a navigation in progress.


It May Help :
I am using https://www.npmjs.com/package/next-nprogress-bar package for progress bar in my pages which also breaks.
I think it happens when a user click another <Link> component on the page before a <Link> loaded completely .
I am using version => "next": "^14.0.3". (Mac M1)
Please suggest me some pin points to check and clear this.
I am Node Developer and am new to Next JS.
Help me out here please.


--Thanks

0 Replies