I’m not sure where to stick this because i’m not sure where the problem truly originates. Everything was working fine until after I updated. Now when attempt to access Home Assistant from my phone, it hangs and loads for eternity. The loading circle shows endlessly. This is for the main overview page. I am still able to click the sidebar and click pages such as “develper tools”, “Configuration”, “Hass.io” and so forth. Its just the main page, the one with all of my Lovelace stuff. The only change I ever made that resulted in this break was updating to 0.99.3
This occurs no matter if i’m connected to my local wifi or not. I use Nabu Casa for remote access. I get this error in my logs any time I attempt to connect through the app on my phone:
https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.ui.nabu.casa/frontend_latest/chunk.50df245c618076611dbb.js:2005:0 SyntaxError: Unexpected token '...'. Expected a property name.
I changed my actual nabu casa link to Xs in this error code because I don’t think that’s a good idea to post on here…
Ive googled every part of that log message and the only semblance I can find relates to lovelace cards I believe, or best I can tell with my limited understanding from reading forum posts with snippets of that error. I haven’t found a single result from the error message as a whole(minus the personal nabu casa URL and that “chunk” bit). I thought “token” had to do with some type of cookie system that HA uses, and “js” has to do with java script. “/frontend_latest/” makes me think it has to do with lovelace. I thought “SyntaxError” has to do with a bad command string…