You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been experiencing issues with Kibana upgrades failing because of browser caching - specifically in Chrome, the files loaded by requireJs continue to load old version from the browser cache.
I've been experiencing issues with Kibana upgrades failing because of browser caching - specifically in Chrome, the files loaded by requireJs continue to load old version from the browser cache.
I suspect this is because requireJs' urlArgs config setting is commented out in
app/components/require.config.js
Is there any reason not to uncomment this?
The text was updated successfully, but these errors were encountered: