cancel
Showing results for 
Search instead for 
Did you mean: 

magento 2.3 admin panel not working after new install - css pull menu

SOLVED

magento 2.3 admin panel not working after new install - css pull menu

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?Schermafdruk 2018-12-16 06.33.18.png

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: magento 2.3 admin panel not working after new install - css pull menu

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

 
Prema M

View solution in original post

5 REPLIES 5

Re: magento 2.3 admin panel not working after new install - css pull menu

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

 
Prema M

Re: magento 2.3 admin panel not working after new install - css pull menu

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

 

 

Re: magento 2.3 admin panel not working after new install - css pull menu


gentered your project file .

php bin
/magento setup:static-content:deploy -f

 

 

Re: magento 2.3 admin panel not working after new install - css pull menu

Nice it worked

Re: magento 2.3 admin panel not working after new install - css pull menu

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.