- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2021
05:55 PM
11-23-2021
05:55 PM
Admin Panel 2.4.3 dashboard static resources problems
Hello i upgrade magento 2.4.2 to 2.4.3 and my backend don't load any css or js.
Configuration Linux Ubuntu 20.04 Nginx mariadb
composer latest
I try all the solution i found on every forum like:
Delete all folders under pub/static Delete var/cache Delete var/composer_home Delete var/generation Delete var/page_cache Delete var/view_preprocessed
php bin/magento setup:static-content:deploy -f fr_FR en_US
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:flush
chown -R www-data:www-data /var/www/magento2/ chmod 777 -R var chmod 777 -R generated chmod 777 -R app/etc rm -rf var/cache/* var/page_cache/* var/generation/*
I don't know what to do more. any idea?
Regards,
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2021
02:39 AM
11-24-2021
02:39 AM
Re: Admin Panel 2.4.3 dashboard static resources problems
Hello @bastienviv3d49,
Greetings of the day!
Everything is perfect. Now, you just need to run the following command.
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento indexer:reindex php bin/magento cache:flush
I hope this will help you to solve your issue.
If not, please feel free to reach out to us.
If solved, click KUDOS and accept it as a solution.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2021
02:42 AM
11-24-2021
02:42 AM
Re: Admin Panel 2.4.3 dashboard static resources problems
Try the same command as root user by adding sudo like below.
sudo php bin/magento setup:static-content:deploy -f
Was my answer helpful? You can Click Kudos/Accept As Solution.
200+ professional extensions for M1 & M2 with free lifetime updates!
200+ professional extensions for M1 & M2 with free lifetime updates!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2021
05:13 AM
11-24-2021
05:13 AM
Re: Admin Panel 2.4.3 dashboard static resources problems
Good One Thanks for the advice
By the way was a trouble with unsecure web in MYSQL
By the way was a trouble with unsecure web in MYSQL