new section about upgrades (#438)

add section about clearing your browser cache after a upgrade to solve a stuck at "loading data" screen.
This commit is contained in:
Michael 2016-05-01 23:41:12 -07:00 committed by Fabian Affolter
parent 16ac0e8dfb
commit cfb48d7271

View File

@ -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 $ 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 %} #### {% 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. 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.