-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
After adding locale prefix, many links do not work (returns 404)
Steps to reproduce:
- Change store to German
- Add product to cart
- Open mini cart
- Click go to checkout
- Observe that URL /checkout returns 404 because there should be /de/checkout
Possible solution:
- Find all places whether router push new history state without using i18n locale helpers
- Find all places where nuxt-link does not use i18n locale helpers
Acceptance criteria
[ ] All links work as excepted with all locales
[ ] Alll links work as excepted when locale strategy is set up as: no prefix
Tip: Using Chrome extension like this: https://chrome.google.com/webstore/detail/link-checker/olcpkmmoifipcklgnphbhdhbpfniijmb?hl=en-GB could help find all broken links.
┆Attachments: image-20220113-151510.png