From cfb48d72714d51c81400e029522f006dfd1dac8d Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 1 May 2016 23:41:12 -0700 Subject: [PATCH] new section about upgrades (#438) add section about clearing your browser cache after a upgrade to solve a stuck at "loading data" screen. --- source/getting-started/troubleshooting.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/getting-started/troubleshooting.markdown b/source/getting-started/troubleshooting.markdown index 111213daaae..8ec9755165c 100644 --- a/source/getting-started/troubleshooting.markdown +++ b/source/getting-started/troubleshooting.markdown @@ -62,6 +62,13 @@ $ iptables -I INPUT -p tcp --dport 8123 -j ACCEPT $ iptables-save > /etc/network/iptables.rules # your rules may be saved elsewhere ``` +#### {% linkable_title After upgrading, your browser login gets stuck at the "loading data" step %} +After upgrading to a new version, you may notice your browser gets stuck at the "loading data" login screen. Close the window/tab and go into your browser settings and delete all the cookies for your URL. You can then log back in and it should work. + +Android Chrome +chrome -> settings -> site settings -> storage -> search for your URL for home assistant-> "clear & reset" + + #### {% linkable_title Run the development version %} If you want to stay on top of the development of Home Assistant then you can upgrade to the `dev` branch. This can result in an unstable system, loss of data, etc. etc.