ha-fusion icon indicating copy to clipboard operation
ha-fusion copied to clipboard

Entities loading problem

Open andreahassio opened this issue 1 year ago • 5 comments

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)

Screenshot 2024-04-25 101728

andreahassio avatar Apr 25 '24 08:04 andreahassio

Just update to 2024.4.0 I had the same problem

canedje avatar Apr 26 '24 07:04 canedje

Can you check the browser console for errors?

matt8707 avatar Apr 26 '24 08:04 matt8707

Screenshot 2024-04-28 082123

andreahassio avatar Apr 28 '24 06:04 andreahassio

Are you using a reverse proxy? https://github.com/matt8707/ha-fusion/issues/82

matt8707 avatar May 11 '24 12:05 matt8707

[> 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.

image

](https://github.com/matt8707/ha-fusion/issues/82#issuecomment-2241316040)

Nartsuto avatar Jul 20 '24 22:07 Nartsuto