0

My login page didn't show after successfully install Magento2. Then solve the issue from below link

After installing magento 2.3 admin login page cant open properly

After successfully login My Admin dashboard isn't load fully. Only loading icon is shown. I upload an image for better understand.

enter image description here

2 Answers2

0

Run this - php bin/magento setup:static-content:deploy then php bin/magento cache:clean

Hamendra Sunthwal
  • 2,488
  • 10
  • 39
0

Using the xampp so open the command line and goes to your magento root.

Run the this command :-

php bin/magento setup:static-content:deploy

php bin/magento c:c

php bin/magento c:f

After check...

Mohit Patel
  • 3,778
  • 4
  • 22
  • 52