Has it ever happened to you that for some reason the frontend of your Magento ecommerce does not load correctly? I have created several ecommerce sites but I am currently in a hurry and everything is "installed" correctly but when I access the frontend it does not load correctly, I compiled the frontend but nothing loads. If this has happened to anyone, I hope you can give me a hand.
-
Please provide additional information such as Browser errors log, PHP exceptions, Magento logs.Khoa Truong– Khoa Truong2024年12月24日 04:45:03 +00:00Commented Dec 24, 2024 at 4:45
-
have you checked the logs? have u verified in apache2 or nginx logs?Nagaraju Kasa– Nagaraju Kasa2024年12月24日 04:46:25 +00:00Commented Dec 24, 2024 at 4:46
-
Check magento log files and console log for real error. based on that you need to resolve it.Dhiren Vasoya– Dhiren Vasoya2024年12月24日 05:27:27 +00:00Commented Dec 24, 2024 at 5:27
1 Answer 1
These are the following things you can check
enable rewrite "sudo a2enmod rewrite"
check /etc/apache2/ -> apache2.conf config file <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted
Check in db core_config table that dev/static/sign is set 0