You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: When attempting to switch versions from a 'NotFound' page in the production environment, the path incorrectly redirects to a '/404' link, instead of the current page.
In the navbar, click on the link to switch to /next/notfound.
Observe that the path redirects to /next/404 instead.
Expected behavior: The system should direct the user to /next/notfound instead of /next/404. Also, upon inspection with devtools, it is noticeable that the link's href and text values are inconsistent, even though they get the value from the same constant.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: When attempting to switch versions from a 'NotFound' page in the production environment, the path incorrectly redirects to a '/404' link, instead of the current page.
Reproduction: The issue can be reproduced at this link: https://stackblitz.com/edit/github-r3urm9?file=src/theme/Navbar/Content/index.js
Reproduction steps:
yarn build && yarn serve/next/404instead.Expected behavior: The system should direct the user to /next/notfound instead of /next/404. Also, upon inspection with devtools, it is noticeable that the link's href and text values are inconsistent, even though they get the value from the same constant.
Beta Was this translation helpful? Give feedback.
All reactions