the Release Notes say that you should “First update to Home-Assistant 0.49”.
Seems like Hass.io auto updated to 0.45. (only made a reboot before) 17-07-17 09:07:12 INFO (SyncWorker_0) [hassio.dock] Attach to image homeassistant/amd64-hassio-supervisor with version 0.45 Hass.io panel now only shows “Page not found”.
How can i update HA to 0.49 without the Hass.io panel?
That should fix from Paulus with reload the browser cache.
Otherwise do it not Manual, use HassIO API do not destroy things:
With ssh addon curl -X POST http://172.17.0.2/homeassistant/update
External over HomeAssistant proxy curl -X POST http://IP-HOMEASSISTANT:8123/api/hassio/homeassistant/update
External over HomeAssistant proxy with passwort curl -X POST -H "x-ha-access: YOUR_PASSWORD" http://IP-HOMEASSISTANT:8123/api/hassio/homeassistant/update
Your docker command have not realy help but hass.io can detect new image and update it, that is the reason while it have work and not while your command was correct in hass.io context.
Hi,
I am also experiencing the ‘page not found’ error on a fresh install of hass io.
As I cannot access the panel I am unable to install the necessary software to enable me to ssh so the fix above will not work.