Closed
Description
Preconditions
- Magento 2.2
- 3 different stores (sl, en, hr)
Steps to reproduce
- Enabled "Add Store Code to Urls"
- (Not sure which other options could affect this behavior )
Expected result
- When changing language in dropdown, the website should change
Actual result
- If I try to switch from Slovenian product to English version of it, request is sent from
/sl/testing-example
to/en/testing-example
(example). After that/en/testing-example
redirects (302) back to/sl/testing-example
. I tried changing slug of english product and in some cases I even got 404 response.
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 release