문제

I'm using Magento 2.3.3, after deploying some category pages are getting the wrong css, returning 404, I tried flushing the cache but it didn't work.

Magento2 static content css 404

How could I solve it?

도움이 되었습니까?

해결책

It was happening because the HTML has been cached by Varnish, so the browser was getting the old version getting the wrong CSS path.

You can access you host panel and flush the Varnish there, or you can run this command below if you have access.

sudo /etc/init.d/varnish restart

다른 팁

Seems like, you didn't remove the _cache folder. Please try to remove everything in the pub/static/ except the htacess. And deploy.

just delete everything from pub->static->frontend folder and flush cache. hope this will solve your issue.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top