2

Magento 2.1.4, in the Admin panel > Content > Design > Configuration page, no data is showing.

Screenshot

Why?

wscourge
  • 10,657
  • 14
  • 59
  • 80
P.Banerjee
  • 189
  • 2
  • 14
  • I'm voting to close this question as off-topic because Stack Overflow is a [programming-related](http://stackoverflow.com/help/on-topic) Q&A site. Your question is not about programming. Perhaps you should post it on http://magento.stackexchange.com instead? – Enigmativity Aug 26 '17 at 05:52

1 Answers1

5

In the cmd,run the following commands

  1. bin/magento indexer:info
  2. bin/magento indexer:status
  3. bin/magento indexer:reset design_config_grid
  4. bin/magento indexer:reset
  5. bin/magento indexer:reindex

Check for the store view name in the admin dashboard. Set it to Default store view.

  1. bin/magento cache:clean
  2. bin/magento cache:flush
Vinoth Kumar
  • 603
  • 1
  • 10
  • 22
user
  • 66
  • 1