Hey,
After installation i have a problem with the JSS/CSS. No images, inactive links. I changed di.xml: Symlink to Copy, but problem is still the same...
I'm new in Magento. What's next?
Hi @sikoracreative,
Which version of Magento are you using?
Did you executed this?
bin/magento setup:static-content:deploy
Hi
Please run below commands from root of your magento 2 installation.
php bin/magento setup:static-content:deploy php bin/magento cache:flush
Thanks
You need to run below command,
For Magento version 2.2.0 or higher,
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
For Magento Version 2.0.x or 2.1.x, Run below command,
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento cache:flush
if issue solved Click Kudos/Accept as solutions.