I have issue in cart page of my website . Currently home page and product pages are loading correctly but the cart page have issue Css and js fies in the cart page is not working
Please help to solve this . I have seen this question https://magento.stackexchange.com/questions/49363/magento-2-stylesheet-not-loading
But I am not sure i can apply that solution . Please check .
I have tried sudo php bin/magento setup:static-content:deploy
,but still the cart page is same
2
Answers
Tried those console commands in that order?
You are facing problem of css and js page load design after installation in magento2
please follow the following step-:
open the terminal and navigate to magento web root
Step 1.
Step 2.
Step 3.
make sure apache “rewrite_module” is enable and then restart the server
Step 4.
Step 5.
Step 6.
delete cache folder under var/cache
et me know if any issue. 🙂