For all those who will have this problem in the future. The fix is to disable the cache in the DevTool settings. This way you can see the changes immediately on reload.
Just go to Settings -> Preferences -> Network -> Check "Disable cache (while DevTools is open)"
Custom dashboard content does not update
Hi
I'm a trying to do a custom dashboard.
When I update my HTML file or the angular controller the content does not update. It's like it is cached forever.
CTRL-F5 does not help. IISRESET does not help. Restarting PC does not help Republish does not help Shouting does not help Crying does not help
I'm running out of options and patience!
Hope someone can help me.
Version 7.6.3
Are you using Chrome ??? If yes, F12> Application> Cache Storage> right button + Refresh Caches.
You can also access the html path in the browser.
http: //mydomain/App_Plugins/Custom/Myhtml.html
And make CRTL + F5
I will try this. Thank you.
For all those who will have this problem in the future. The fix is to disable the cache in the DevTool settings. This way you can see the changes immediately on reload.
Just go to Settings -> Preferences -> Network -> Check "Disable cache (while DevTools is open)"
is working on a reply...