Did the 0.63.2 upgrade tonight, working great but this error is back

My home-assistant.log file is full of this error, I am running on a Pi2 and everything seems to be working fine. Also suffering from the disappearing all.*, has affected all.automations for me. Reloading them brings them back.

2018-02-14 21:46:22 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.6:8123/frontend_latest/core-41bb07102212e1ea8b6668370a877b92.js:1:6880 TypeError: t is undefined
2018-02-14 21:46:22 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.6:8123/frontend_latest/core-41bb07102212e1ea8b6668370a877b92.js:1:6880 TypeError: t is undefined
2018-02-14 21:46:22 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.6:8123/frontend_latest/core-41bb07102212e1ea8b6668370a877b92.js:1:6880 TypeError: t is undefined
2018-02-14 21:46:22 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.6:8123/frontend_latest/core-41bb07102212e1ea8b6668370a877b92.js:1:6880 TypeError: t is undefined
2018-02-14 21:46:22 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.6:8123/frontend_latest/core-41bb07102212e1ea8b6668370a877b92.js:1:6880 TypeError: t is undefined
2018-02-14 21:46:22 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.6:8123/frontend_latest/core-41bb07102212e1ea8b6668370a877b92.js:1:6880 TypeError: t is undefined
2018-02-14 21:46:22 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.6:8123/frontend_latest/core-41bb07102212e1ea8b6668370a877b92.js:1:6880 TypeError: t is undefined
2018-02-14 21:46:22 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.6:8123/frontend_latest/core-41bb07102212e1ea8b6668370a877b92.js:1:6880 TypeError: t is undefined
2018-02-14 21:46:22 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.6:8123/frontend_latest/core-41bb07102212e1ea8b6668370a877b92.js:1:6880 TypeError: t is undefined
2018-02-14 21:46:22 ERROR (MainThread) [frontend.js.latest.201801300] http://192.168.1.6:8123/frontend_latest/core-41bb07102212e1ea8b6668370a877b92.js:1:6880 TypeError: t is undefined

try from javascript_version: latest to javascript_version: auto

Try that where?

In configuration.yaml add or you may have it already,

frontend:
javascript_version: auto

[quote=“Vlad, post:4, topic:43419”]
Got yaml format right and it liked the command… will let it run and see if that fixes it.