did you try this?
Delete all folders under pub/static Delete var/cache
Delete var/composer_home
Delete var/generation
Delete var/page_cache
Delete var/view_preprocessed
Run php bin/magento setup:static-content:deploy
after installing a new magento 2.3 admin panel is not working correctly. Left menu not pulling and no icons.
on versions 2.2.x I could fix this by: app/etc/di.xml modify materializationStrategy\symlink to copy and delete all but htaccess in pub/static folder but this does not work on 2.3. When I do this I only get text with no css.
How to solve this on 2.3?
Solved! Go to Solution.
did you try this?
Delete all folders under pub/static Delete var/cache
Delete var/composer_home
Delete var/generation
Delete var/page_cache
Delete var/view_preprocessed
Run php bin/magento setup:static-content:deploy
did you try this?
Delete all folders under pub/static Delete var/cache
Delete var/composer_home
Delete var/generation
Delete var/page_cache
Delete var/view_preprocessed
Run php bin/magento setup:static-content:deploy
after installing a new language I needed to run the static-content for this specific language
bin/magento setup:static-content:deploy -f nl_BE
gentered your project file .
php bin/magento setup:static-content:deploy -f
Nice it worked
Hi,
I have installed new magento 2.3.4 with new theme through quickinstallation method. But after successful installation when i open magento admin it returns 404 error and didn't open login page infect.
please support.