Closed
Description
Preconditions (*)
- 2.3.3
- More than one store view
- Separate domain for the store views (default -> mage.local, second store view -> test.mage.local)
Apache vhost:
<VirtualHost *:80>
ServerName mage.local
DocumentRoot /var/www/html/magento2/pub/
</VirtualHost>
<VirtualHost *:80>
ServerName test.mage.local
DocumentRoot /var/www/html/magento2/pub/
SetEnv MAGE_RUN_CODE "test"
SetEnv MAGE_RUN_TYPE "store"
</VirtualHost>
- Setup base urls for both store views in Stores > Settings > Configuration > General > Web
- Create a category (it can be reproduced with cms pages too)
Steps to reproduce (*)
- Go to mage.local
- Go to category
- Use store switch to switch to the other store
Expected result (*)
- Redirect to test.mage.local/category-name.html
Actual result (*)
- Redirect to test.mage.local/
Additional Information
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 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 developmentIndicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branch