cancel
Showing results for 
Search instead for 
Did you mean: 

PHTML Changes now reflecting on Frontend

PHTML Changes now reflecting on Frontend

We have deployed site on AWS Server. We have made necessary changes on local windows machine and its reflecting successfully. But same changes now showing up on AWS Server.

We have run all the following commands but still same issues.

We have tried with enabling Hint and that file is successfully calling but not showing up on front end.

We have tried in private window too but same issues.

Please check following commands we run :- 

 

sudo chmod -R 0777 var/ pub/ generated/

sudo rm -rf pub/static/* var/* generated/code/*
sudo rm -rf pub/static/frontend/*

sudo rm -rf var/view_preprocessed/*

sudo php bin/magento cache:clean

sudo php bin/magento cache:flush

sudo php bin/magento cache:status

sudo php bin/magento setup:upgrade

sudo php bin/magento setup:static-content:deploy -f

sudo bin/magento setup:static-content:deploy --area frontend -f

sudo php bin/magento indexer:reindex

sudo chmod -R 0777 var/ pub/ generated/