简体   繁体   中英

I cannot see the updates of a Web page, but my collegues can

The project:

I am createing the layout for a Login landing page on Azure, it is a simple html page which is stored in the storage account of our App and contains a tag and a tag, I am editing the page directly from the Azure platform.

The problem:

It doesn't matter what I change or edit in the file but the result of my view is always the same, I cannot even see a simple "hello" in the console when writing a pathetic "console.log('hello');" in my tag. In the Network tab it looks like everything loads up in the correct way. I am having this problem only from Chrome, I can see the changes on M-Edge or Firefox f.ex. I guess it is something easy to fix, maybe something with the caches, but I am not very knowledgeable on the subject

Someone that knows what should I do for fix the problem?

  • Do you have some type of page output caching in your WebApp? If so, it could be the cause if this behaviour you described.
  • Clean up the browser caching.
  • can you try clean up the browser caching
  • Stop and restart the application.
  • Check the "Remove additional files as destination" setting in the Web Deploy --> File Publish Options dialog.
  • It deletes the file from staging and verifies that your new method of deploying the file to that environment is working correctly.
  • Change the "Default Document".
  • This can be found under the "Configure" tab under your site.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM