Closed
Description
Steps to reproduce
- Install Magento 2.0.7
- Add several store views e.g. "English", "French", "German"
- Create a CMS page for "English" store view - e.g. "About Us" with Url Key
about-s
- Now create the same CMS page for "French" store view e.g. "À propos de nous" with Url Key
a-propos-de-nous
Expected result
- I can open "About Us" page
- I am redirected to homepage when I switch store view (language) as CMS pages are not linked n any way
Actual result
- I can open "About Us" page
- 404 page is show when I switch store view (language)
Product categories are general with possibility to translate them in each store view but CMS pages does not work like that. For CMS pages I would expect that user is redirected to homepage as Magento2 can't know which pages represent the same content in different store view.
One way to resolve this would be to use the same Url Key in all store views for the same page but that's a hack rather then a solution (also SEO suffers).
Is there at least a way how to fix this for now?
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Failed. Automatic verification of issue format is failedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release