Upgrade to 0.79.3 lost Frontend UI

Just upgraded to 0.79.3 from 0.76.2 and my frontend does not show except some custom UI badges and cameras. This happens on IOS app as well.

If I go to Lovelace it works fine.

Error log.
https://hass.xxxxxxxx.net/frontend_latest/app-084b7564.js:91:1362 TypeError: undefined is not an object (evaluating 't.config.services[e]')

http://192.168.85.5:8123/frontend_latest/app-084b7564.js:91:305 Uncaught TypeError: Cannot read property 'input_boolean' of undefined

Any help please

1 Like

I’ve got the same error but did not notice it because I use Lovelace too

Just found the problem.
It’s the Weather card in the frontend.yaml
Comment it out and all my frontend came back after restart.

extra_html_url:
    # - /local/custom_ui/custom-weather-card.html

extra_html_url_es5:
    # - /local/custom_ui/custom-weather-card.html

And I updated the Custom_UI files as well @andrey