ha-fusion
ha-fusion copied to clipboard
Entities loading problem
Hi, fantastic add-on, congratulations for the excellent work. But I can't add any entity inside. When inserting the object, only the classic white loading circle appears. Where is the problem? (Add-on version updated 2024.2.1)
Just update to 2024.4.0 I had the same problem
Can you check the browser console for errors?
Are you using a reverse proxy? https://github.com/matt8707/ha-fusion/issues/82
[> I had the same issue and when you inspect the page I was seeing something like "Mixed Content" & "was loaded over https, but requested an insecure frame" (I'm thinking http)
So I assumed the issue was a mix match of the http and https configs and the only http I had between the three services (traefik3, hassio and fusion) was the environement variable for fusion to talk to home assistant.
So I tried pointing fusion at my external address (https://homeassistant.domain.com) rather than my local address (Http://ip:port) for home assistant and can now access fusion through my external domain (https://fusion.domain.com) without the errors you are seeing.
](https://github.com/matt8707/ha-fusion/issues/82#issuecomment-2241316040)
