Closed artmsv closed 2 years ago
Hi, this has been updated in v13.0.4-canary.4
of Next.js, please update and give it a try!
Hi, this has been updated in
v13.0.4-canary.4
of Next.js, please update and give it a try!
Can confirm, thank you
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
Client breaks when prefetch on next/link fails.
Expected Behavior
This error doesn't appear in
next: 12.1.0
. Page would follow the link without showing an application error if prefetch fails.Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
https://github.com/artmsv/next-link-issue
To Reproduce
npm start
(this will build production and run it), go to index page and click on/advertise-something
in next12 and next13.