Hi everyone.
I have a problem (i dont know when it started), map on Settings/zone not showing (all is gray). I try with Chrome, Firefox and my iphone apps: it’s the same. When i try to create a new zone, all is gray too.
I try to upgrade home assistant core, but it’s the same.
I dont know where to look at to see where it bugged.
My present zone was auto-created, i dont have any zone.yaml in directory /configs or /home-assistant. I dont have location set in configuration.yaml, but, when i go (in gui) to zone, i have longitute and latitude.
Can you help me please?
So, i found the solution alone. In fact problems came from nginx proxy that i used (bcs i have one vm for each sub-domain, and one vm for nginx proxy et certbot).
i had to change add_header settings.
i change it to :
so, i had to add cartocdn and openstreetmap in “excluding” list of security to had to work (i found errors in F12/network in my google chrome when i navigated to setting/zones)
i hope it will help others people ^^