Skip to main content
added 217 characters in body
Source Link
yaronish
  • 808
  • 5
  • 4

It's a bug in Magento 2 already fixed in develop.

All query results to tables store, store_group, store_websites are being cached. The problem occurs because cache isn't cleaned properly after store, store group or website is added/deleted.

SeeTo get a fix see changes to app\Magento\Store\etc\di.xml in next commitapp/code/Magento/Store/etc/di.xml and app/code/Magento/Store/Model/StoreManager.php. 

It must resolve the issue.

It's a bug in Magento 2 already fixed in develop.

All query results to tables store, store_group, store_websites are being cached. The problem occurs because cache isn't cleaned properly after store, store group or website is added/deleted.

See changes to app\Magento\Store\etc\di.xml in next commit. It must resolve the issue.

It's a bug in Magento 2 already fixed in develop.

All query results to tables store, store_group, store_websites are being cached. The problem occurs because cache isn't cleaned properly after store, store group or website is added/deleted.

To get a fix see changes in app/code/Magento/Store/etc/di.xml and app/code/Magento/Store/Model/StoreManager.php. 

It must resolve the issue.

Source Link
yaronish
  • 808
  • 5
  • 4

It's a bug in Magento 2 already fixed in develop.

All query results to tables store, store_group, store_websites are being cached. The problem occurs because cache isn't cleaned properly after store, store group or website is added/deleted.

See changes to app\Magento\Store\etc\di.xml in next commit. It must resolve the issue.