after upgrading to Magento 2.4.7, I am getting wrong CSS file path on frontend. For example:
enter image description here
The correct path is:
https://example.com/static/frontend/LeVentures/wilmington/en_US/Magento_Theme/css/source/_module.scss
Instead of:
https://example.com/static/frontend/LeVentures/wilmington/en_US/Magento_Theme/css/source/_module.scss
Any idea how to fix it? Thank you!
I tried commands php bin/magento setup:static-content:deploy -f or php bin/magento setup:static-content:deploy en_US -f but without success.
navix7 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1