From e117d06daee5b09d1fe69001c2515496519bfcc9 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Wed, 15 Mar 2017 14:14:31 -0700 Subject: [PATCH] Updated Clear Cache Cookies and Local Storage (markdown) --- Clear-Cache-Cookies-and-Local-Storage.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Clear-Cache-Cookies-and-Local-Storage.md b/Clear-Cache-Cookies-and-Local-Storage.md index c437e92..aace547 100644 --- a/Clear-Cache-Cookies-and-Local-Storage.md +++ b/Clear-Cache-Cookies-and-Local-Storage.md @@ -1,12 +1,14 @@ # Why? - -Because UI components are cached by the browser, changes involving these components can end up using old versions cached locally instead of new. Because of the rapid pace of development and the high amount of UI churn, this is a common problem for Radarr but almost non-existant for Sonarr. The developers are exploring options to mitigate the issue, but for now you should expect to clear your browser's local cache for the ip/domain Radarr is running on. +* Because UI components are cached by the browser, changes involving these components can end up using old versions cached locally instead of new. Because of the rapid pace of development and the high amount of UI churn, this is a common problem for Radarr but almost non-existant for Sonarr. The developers are exploring options to mitigate the issue, but for now you should expect to clear your browser's local cache for the ip/domain Radarr is running on. # How? * Chrome: [Clear cache and cookies](https://support.google.com/accounts/answer/32050) * Firefox: [How to clear the Firefox cache](https://support.mozilla.org/t5/Cookies-and-cache/How-to-clear-the-Firefox-cache/ta-p/2472) * Safari: [Manage cookies and website data using Safari](https://support.apple.com/kb/ph21411) +# Prove +* This issue is actually super easy to prove as the cause, just open Radarr in a Chrome Incognito Window or a Firefox Private Window. If it works, this is your problem. + # Tools * The [Clear Cache](https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn) extension for Chrome can be used to quickly clear your cookies, cache and local storage. Use the example image below to configure it correctly.