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:
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!
I'm sorry im a noob how do i excute them on the database?
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!