On doing php bin/magento setup:static-content:deploy -f
I am getting error
Compilation from source: vendor/magento/theme-frontend-blank/web/css/email-inline.less variable @baseUrl is undefined in file var/view_preprocessed/pub/static/frontend/Magento/blank/en_US/css/source/_email-extend.less in _email-extend.less on line 19, column 13 17| // as the latter will cause font rendering issues if the web fonts are inaccessible. 18| 19| @import url("@{baseUrl}css/email-fonts.css");
Final Error
[Magento\Framework\Exception\FileSystemException] Cannot read contents from file "/pub/static/frontend/Magento/blank/en_US/css/email-inlin e.css" Warning!file_get_contents(pub/static/frontend/Magento/blank/en_US/css/email-inli ne.css): failed to open stream: No such file or directory
I followed this process
- Remove pub/static [Keep the .htaccess backed up and copy it again]
- Remove var/cache
- Remove var/composer_home
- Remove var/generation
- Remove var/page_cache
- Remove var/view_preprocessed
- run php bin/magento setup:static-content:deploy
But getting the same error, Dont know whats is wrong