cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3 css not loading for front and back end Windows

Magento 2.3 css not loading for front and back end Windows

I've recently installed magento with xampp on a local host for windows

and when i try to get on to the admin panel or the front end, the css isn't loading:Capture.PNG

 

3 REPLIES 3

Re: Magento 2.3 css not loading for front and back end Windows

Hi @erezgoldyg9fde 


Execute the below query on the database and flush cache and try once..

INSERT INTO 'core_config_data' ('path', 'value') 
VALUES ('dev/static/sign', 0) 
ON DUPLICATE KEY UPDATE value = 0;
php bin/magento cache:flush

I hope it will help you!

Re: Magento 2.3 css not loading for front and back end Windows

I'm sorry im a noob how do i excute them on the database?

Re: Magento 2.3 css not loading for front and back end Windows

Hi @erezgoldyg9fde 

You need to connect Database using database credentials using terminal or phpmyadmin. 

For more info :
https://www.mysqltutorial.org/getting-started-with-mysql/connect-to-mysql-server/

 

I hope it will help you!