I updated to .60 hass.io and now the iOS app and Safari won’t load anything in the front end. I just have the blue bar across the top and a blank white page. iOS app shows that I’m connected to the server and all looks fine. Everything loads fine on a desktop browser. Did some thing change that needs to be reconfigured? Thanks
2 Likes
Hi,
Add this to configuration.yaml
frontend:
javascript_version: es5
Thank you, this fixed it!
Is this considered the “fix” everyone should use or a work-around until they “fix” HA in a future release? I thought this setting forced an old version of java script (or something like that) to get it working.
You’re right, this is a workaround. The “auto” setting should serve the correct JavaScript version based on the browser. This way you are forcing HA to serve the old JavaScript to everyone.