History does not work with Safari browser

The history does not display any graphs while using Safari 11.0.3 as a browser on Mac OS 10.11.6.
When I open the history menu, the loading circle keeps spinning but no graphs are drawn, even after minutes of waiting.
It does work with Firefox 58 and Chrome 64 almost instantly, though.

I’ve tried adjusting the option
frontend: javascript_version: auto
from latest to auto, but the result is the same.

The same issue is true for Safari on mobile devices such as iPhone and iPad and also the Home Assistant app on iOS.

Any suggestions how to fix that as I use Safari as a default browser?

I had the same issue viewing on Safari (using version 11.0.2). Try this:

javascript_version: es5

1 Like

I have the exact same problem with Hass.io 0,62 (on my macbook and iPhone). on my iPhone app, history is working.

frontend:
  javascript_version: auto

javascript_version: es5 did not work for me.

Someone?

Setting javascript_version: es5 works for me. Thank you!

Does anybody know what es5 actually stands for? Is there a documentation regarding the different modes?

Have you tried clearing the browser cache?
Does it work with another browser?

Clearing the cache did the trick, thnx a lot!

At least temporarily, now it doesn’t work again?