-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
next@beta-31 breaks navigation on page #1205
Comments
I can confirm that in Chrome, the |
Removing Clicking on Link #1 created the screen shot below. Clicking on Link #2 would produce the console errors. But it would render the same exact same page as Clicking Link #1 from the "correct" Link #2 page would navigate me correctly to Link #1.
|
Link #1 Page is -
Link #2 page is
They share the same navigation that makes references to them. It is consistent though that the behavior affects them differently, yet the pages render the same. Additionally, navigation to |
Errors are still generated in the console when using But you are able to navigate between pages. The lack of the ability to navigate seems to come from Building does not remove the following though. Still see this without the |
@khrome83 We recently removed Service Worker but it remains on your Browser which might cause these errors. Can you remove it on chrome://serviceworker-internals and see what happens ? |
@nkzawa makes sense. I did not realize that they did not get removed. Out of curiosity, is there a way to tell chrome to remove the service worker without having a user go to the Seems like maybe it would be a good idea to unregister the service worker if the service worker was used in |
@nkzawa probably because it removes all services workers instead of just ours 😰 |
When loading page, the follow displays within the error console. This was after switching to
next/link
over the oldernext/prefetch
Upon clicking a link, the following error is generated in the console.
Upon generating these errors, navigation does not continue to the next page, and instead shows the current page and destroys all existing styles.
Example Code -
The text was updated successfully, but these errors were encountered: