Magento 2 – Admin Design Configuration Page Infinite Loading
Are you facing a problem, when you try to change theme and Content -> Design – > Configuration page stuck in keeps loading? Nothing is happening and it freezes the admin. Even some time you can’t move to dashboard from configuration page.
This can be resolved by any of the following […]
Magento 2.2.4 – Error: Area is already set while try to save or change new theme
If you using Magento 2.2.4 version for your web store and face problem about not able to apply new theme or change theme. That is because Magento 2.2.4 know issue. Here is github URL for same, you can find more information there.
If you want to fix your own […]
Magento 2 – Exception – Bucket does not exist on category page
We can resolve exception on category page “Bucket does not exist” by one of the below solution:
1) One of reason because of Page Cache, Static resource or Indexer not updated. So try remove /var/ and /pub/static/ (don’t remove .htaccess) execute below command.
php bin/magento cache:flush
php bin/setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento indexer:reindex
php […]