Closed
Description
On Magento 2.2.4 EE I'm not able to apply different themes on different stores.
Preconditions
- Win 10, Mac Sierra or Ubuntu 18.04 (tested on all of them)
- Magento 2.2.4
- Docker 18.03.1, PHP 7.1.13
Steps to reproduce
- Go to the administrator
- Create one more store under Stores/All Stores in order to have the "Default Store View" and "Second Store View".
- Go to Content/Design/Configuration and apply the Magento Blank theme to the first store and Luma to the second one
- Now, go to Store/Configuration -> General/Web -> Url Options and select YES on the Add Store Code to Urls option (so at the end of the domain the code of the store will be added)
- Go to the frontend and visit both stores.
ie: my first store url is magento2.test/default and my second url is magento2.test/second
Expected result
6. Default Store View should display Blank theme
7. Second Store View should display Luma Theme
Actual result
8. Both stores are displaying Blank theme