0

I set up a local host to install Magento, but ... after I installed Magento, I logged on to the dashboard. I don't know for certain what the problem is but I'm having problems with some objects which are not loading. I tried to re-install the Magento, but it didn't work?

Also the dropdown menu isn't working.

enter image description here

Shashank Kumrawat
  • 2,110
  • 23
  • 61

2 Answers2

0

Try to run below command from Magento root as explained here

php bin/magento setup:static-content:deploy
Shyam
  • 1,690
  • 17
  • 31
0

try to run:

php bin/magento setup:static-content:deploy --area adminhtml

Manish Maheshwari
  • 500
  • 1
  • 6
  • 21