Magento2 Static Content – All Thumbnails Not Displaying

magento2static-contentthumbnail

I installed Magento in XAMPP, and the installation is fully complete. However, when I go to Fontend and Backend, the loading is very long, also all the thumbnails crash. I tried install again, but the same problem is still here.

I find out a error on console, it seems no any file in the directory:
enter image description here

Here is my backend, all the thumbnail crash and the loading is unstopptable.
enter image description here

How can I solve the infinitely-loading and the thumbnail problem?

Best Answer

run command ./bin/magento setup:static-content:deploy

or

php -f magento setup:static-content:deploy

from console

Related Topic