0

I have below page after install:

enter image description here

I have referenced to this link but it not solved my problem.

When I run php bin/magento setup:static-content:deploy -f, I got this error: enter image description here

Teja Bhagavan Kollepara
  • 3,816
  • 5
  • 32
  • 69
Michael T-rex
  • 125
  • 2
  • 10

1 Answers1

0

Run the following commands:

 1. php bin/magento setup:upgrade
 2. php bin/magento setup:static-content:deploy -f
 3. php bin/magento cache:clean

Then the website will be as the default.

Teja Bhagavan Kollepara
  • 3,816
  • 5
  • 32
  • 69