Posts

Showing posts with the label design configuration errror

Empty Design configuration Issue (We couldn't find any record)

Image
Recently while designing a new theme in magento 2 i had faced a new issue in magento theme design configuration.                   Let me explain the issue in detail. While creating new theme in magento 2 i am unable to see theme configuration records into that table after page rendered. I am attaching a screen shot for better understanding. usually you will see all two Luma and Blank theme entry there along with any other themes if you have made previously. But in my case magento was unable to fetch any one of them. It is rare  but happens with me i i found the solution on  https://github.com/magento/magento2/issues/14600    thanx to the author of this repo who shorted out my issue and save my time and effort in wondering  on web.      The exact problem is due to magento renderer indexer, to short out this issue you need to reset and reindex the all file using below commands. magento indexer:info magento indexer:status magento indexer:reset design_config_grid magento