No its not working on v2.4.2
@Manish Mittal wrote:Hello @Algrium
Please clear cache as follows:
ROOT > var > cache > *DELETE ALL* ROOT > var > page_cache > *DELETE ALL* ROOT > var > session > *DELETE ALL*also delete old files generated in ROOT > pub > static > DELETE ALL EXCEPT .HTACCESS
Now run below commands once:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:flush sudo chmod -R 0777 var/ pub/ generated/It should work, try it.
Everthing works fine and all commands executed, except:
sudo chmod -R 0777 var/ pub/ generated/
Giving Error: 'sudo' is not recognized as an internal or external command.
Can anyone help.
it worked for me