Next.js Discord

Discord Forum

Strange full reload behavior when using next/link

Unanswered
Pip gall wasp posted this in #help-forum
Open in Discord
Pip gall waspOP
Hi, in next 12 we're seeing strange intermittent behavior in production for some users.

Our link code looks like this

    <Link prefetch={false} as={as} href={href || ''} passHref>

Users are reporting that occasionally, instead of doing a client side nav, they'll experience a delay of about 5 seconds followed by a full server reload. How can we better debug what's happening here?

0 Replies