Reputation: 553
I've been debugging a button extension issue for a button that does not work on only a few user's local machines. Over the past couple of days, I've narrowed the problem to the user's cache. With that, the bug is easily replicable.
Clearing the cache and loading the Qlik app in Google Chrome at localhost:4848/hub, the app's buttons will work. However, the app will continue to not work in the Qlik Sense desktop application itself. Because Qlik Sense is a skin over Chromium, I figured a simple reset of its cache will fix the bug for the few users that are experiencing this. Unfortunately, I'm unable to find a solution specifically for Qlik Sense via both Google and the Qlik Community Forums.
Thank y'all!
Upvotes: 1
Views: 1077
Reputation: 5012
Since Chrome
is involved then the default shortcuts will work. The shortcut below will reload the page ignoring the cache
This is from Google's support page (Web page shortcut
section)
If you want to be more "brutal" :) you can manually delete the content you don't want through the Chrome Dev tools
:
Ctrl
+ Shift
+ Mouse right click
Show DevTools
Resources
tabSession Storage
http://localhost:4848
. Click itKey <-> Value
format (probably you have only one)Delete
F5
)Upvotes: 1