2

enter image description hereI have apache mode enabled, permissions given but im still getting the GET 500 Server error:

SOLUTION AT: Magento CSS Not Loading Error

Compu Scie
  • 103
  • 5
  • 12

2 Answers2

1

Okay Run the Following Command in the command line.

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Harshil Parekh
  • 1,473
  • 17
  • 31
0

There is a language issue with deploy content, you can run below command for multiple locale

php bin/magento setup:upgrade
php bin/magento setup:static:deploy nl_NL en_US -f
Suresh Chikani
  • 15,836
  • 11
  • 62
  • 99