cancel
Showing results for 
Search instead for 
Did you mean: 

magento 2.2.6 css and js not loading

magento 2.2.6 css and js not loading

I need major help here folks. I tried to install google captcha extension from mageplaza via ssh and when installing things didn't go well so I disabled the extension now I'm getting errors on css and js on front end. The backend css and images etc are all working fine. Please please help me resolve this. Oddly enough I'm having no errors on the backend!!I have tried clearing cache, reindexing etc.

1 REPLY 1

Re: magento 2.2.6 css and js not loading

Hi

i understand the problem you are facing .

If your Js and Css is not loading and you have enable and disabled any third party extension then you will required to run deply commnd as well ..

kindly run below command in sequence it will helps you to resolve your issues ..

php bin/magento setup:static-content-deploy -f
php bin/magento cache:clean
php bin/magento cache:flush

it will resolved the issues ..

Hope it helps !
if issue solved,Click Kudos & Accept as Solution