- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2022
07:53 AM
05-31-2022
07:53 AM
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.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022
03:24 AM
06-01-2022
03:24 AM
Please follow the below steps:
- At first, check the mode by running the below command:
php bin/magento deploy:mode:show
- If the mode is set to other than the developer mode then, set the developer mode by running the below command:
php bin/magento deploy:mode:set developer
- Give the proper permission using below command:
chmod -R 777 generated/code pub/static var
- After completing the above steps, run the di:compile command:
php bin/magento setup:di:compile
Then run the deploy command as shown below:
php bin/magento setup:static-content:deploy
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.
200+ Magento 2 Extensions for Enhanced Shopping Experience.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022
03:24 AM
06-01-2022
03:24 AM
Please follow the below steps:
- At first, check the mode by running the below command:
php bin/magento deploy:mode:show
- If the mode is set to other than the developer mode then, set the developer mode by running the below command:
php bin/magento deploy:mode:set developer
- Give the proper permission using below command:
chmod -R 777 generated/code pub/static var
- After completing the above steps, run the di:compile command:
php bin/magento setup:di:compile
Then run the deploy command as shown below:
php bin/magento setup:static-content:deploy
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.
200+ Magento 2 Extensions for Enhanced Shopping Experience.