File not updating on localhost

后端 未结 5 997
-上瘾入骨i
-上瘾入骨i 2021-01-17 13:38

I am pulling my hair here. I think I am falling into som really basic stuff but here is my error. I have built a simple webpage with the following \"tree-view\".

相关标签:
5条回答
  • 2021-01-17 14:28

    Have you tried to bring up the developer console (ctr shift j) and right click on the refresh icon using the "Empty Cache and Hard Reload" option?

    0 讨论(0)
  • 2021-01-17 14:37

    On Mac you right click the reload button and click "Empty Cache and Hard Reload". Sometimes, though, it's enough to just do a "Hard Reload" (cmd + shift + R).

    0 讨论(0)
  • 2021-01-17 14:42
    1. Ctrl + Shift + Del
    2. Clear all cached data*

    In the newer versions of browsers it can be different like clear only files and images cache or something else similar to this.

    1. Ctrl + F5 should be enough.
    0 讨论(0)
  • 2021-01-17 14:42

    Right click on console and clear console history and right click on refresh button on your browser and hard reload.

    0 讨论(0)
  • 2021-01-17 14:43

    The problem is that Chrome is reading the data from cache files. You should:

    1. Clear cookies and cache files.
    2. Reload the page.

    It worked for me.

    0 讨论(0)
提交回复
热议问题