After installing Magento 2.3.1 with sample data on my localhost, When I am trying to open the home page it shows blank. My console contains an error as shown in the image. Please help.. Thanks!
Asked
Active
Viewed 99 times
3
-
3Possible duplicate of Magento 2.3.1 is not working in Xampp – fmsthird Jun 03 '19 at 07:15
1 Answers
3
please run below commands:
rm -rf generated/* var/cache/* pub/static/*
php bin/magento s:d:c
php bin/magento s:up && php bin/magento s:s:d -f
php bin/magrnto c:f
and check
Rutvee Sojitra
- 3,881
- 2
- 17
- 55
-
Thnx It worked! I run these commands and also changed this thing for admin panel: URL: https://magento.stackexchange.com/questions/252069/after-installing-magento-2-3-admin-login-page-cant-open-properly – Jigar Jun 03 '19 at 07:19
