-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
I'm working with existing magento projects. When I first configure them everything works fine, but after a while syncronization of files does not work perfectly. Two things occur to me. 1) I update a file (let's say a phtml) and change is not even reflected on container. 2) I change a phtml and I can see the change in the container but no matter what I do, either cleaning cache, removing static generated files I cannot see the change on the browser. Am I missing something? Is there an extra step one must do after changing a file to see the changes? Is there any known issue about this or something I could be doing wrong? This are standard magento projects v 2.4.6
What's the best way to force an update if it's failing? I have not changed anything on compose yml files