I have two websites that are on my account and I was just trying to make some changes and I was unable to. I cleared cache and even tried to change the index.html to index-test.html and that didnt work. I can see the website after a reload but do not see the changes made. I have tried to edit outside in VS and upload them and that didnt work. I even tried to make a small change in the file manager (I did hit save LOL) and the site still did not update. All my DNS data looks right. I am just at a complete loss here. Help me out folks!
I had this problem a few times especially with chrome especially changes not appearing and new pages returning page does not exist errors but I found the chrome extension called Clear Cache seems to help alot.
We enforce quite strong browser caching by default on static content, including static HTML files. So any change to your website code will not be visible to you while your browser is still using the old, cached version of your site.
And for your information:
Clearing all cache can be done from your browser settings.
You can disable cache for a specific page through the developer tools of your browser.
You can bypass all caches for any website by using Incognito Mode of your browser.