Hi, I've just installed Magento 2.4.4. I opened Magento project in browser and this shows me. Why there is no css and images ? Can someone help me please ? Thank you.
Solved! Go to Solution.
Please follow the below steps:
php bin/magento deploy:mode:show
php bin/magento deploy:mode:set developer
chmod -R 777 generated/code pub/static var
php bin/magento setup:di:compile
Then run the deploy command as shown below:
php bin/magento setup:static-content:deploy
Please follow the below steps:
php bin/magento deploy:mode:show
php bin/magento deploy:mode:set developer
chmod -R 777 generated/code pub/static var
php bin/magento setup:di:compile
Then run the deploy command as shown below:
php bin/magento setup:static-content:deploy