I’m running hassio 0.70.0 and have the bug where the hassio panel is not loading.
It makes a request to …frontend_latest/custom-panel.js which is not found (404). I believe this is caused by this bug:
The solution offered is to upgrade via ssh, however, when I attempt to upgrade I get this response:
core-ssh:~# hassio -d homeassistant update
DEBUG [CmdHomeassistant]: action->‘update’, endpoint=‘update’, serverOverride->’’, GET->‘false’, options->’’, rawjson->‘false’, filter->’’
DEBUG [ExecCommand]: basepath->‘homeassistant’, endpoint->‘update’, serverOverride->’’, get->‘false’, Options->’’, Filter->’’, RawJSON->‘false’
DEBUG [GenerateURI]: basepath->‘homeassistant’, endpoint->‘update’, serverOverride->’’
DEBUG [RestCall]: data->‘http://hassio/homeassistant/update’, GET->‘false’, payload->’’
DEBUG [RestCall]: ResponseBody->‘403: Forbidden’
Error decoding json invalid character ‘:’ after top-level value: 403: Forbidden
I have also tried powering down and restarting, but that had no impact. I have tried different browsers on different devices hoping that the missing javascript file was cached, but it wasn’t.
Is there any way I can fix this? Or is the only option to start again?