I recently updated from a quite-old-version (I can’t recall anymore what) to 0.97.2, and I’m facing something odd: text is missing, but only in the “core” parts of the UI.
Below is a print screen of the developers_tools tab, and you can see that almost nothing is visible. However, the whole of my Lovelace setup (including multiple “pages”) is readable. So it seems like the core part is not rendered properly. It does look like this issue here, but a language was set, and I’ve changed to some other languages with no avail.
I did now just notice that when call the dev console on chrome, I get a lot of errors regarding the font and translations, for example,
https://casanelwin.duckdns.org:8123/static/translations/profile/nl-36db7e5b351217a1ac10a76f3b817eb4.json: Status Code: 404 Not Found
Request URL: https://casanelwin.duckdns.org:8123/static/fonts/roboto/Roboto-Regular.woff2: Status Code: 404 Not Found
So it seems that it doesn’t find the files used for translations etc?
I just force home-assistant to re-update using pip3 install --force-reinstall homeassistant, but it doesn’t help. I’m on a Raspberry Pi 3 with a manual installation of HA.