Almost blanc home screen

Hi,

Starting two weeks ago I have an almost blanc home screen. I only see a blue bar at the upper side.
Home Assistent runs in a docker container on my mac. I have removed the config directory and pulled the latest version. There is no error in in the console. Does anyone know how to solve this?

Cheers,
Div53

Have you tried a force refresh and/or clearing the cache on your browser?

I have the same issue in Safari but on Chrome it works fine.

After clearing my cache, I get a connection refused. It looks like the browser retrieved the empty screen with blue bar from my cache. Good tip. Now it seems that I have to get my connection working again.

I changed my --net and port settings in my startup command, and now home assistant is working again:
docker run -d --name=“home-assistant” -v /Users/Div53/docker/homeassistent:/config --net=bridge -p 0.0.0.0:8123:8123 homeassistant/home-assistant

Thanks for the support.

Cheers,
Div53

Btw: I am still curious why these changes are ‘suddenly’ necessary. Anyone knows? Starting home assistant with -p 8123:8123 --net=host worked fine until two weeks ago…

These options are redundant. with --net=host you have no need to pass ports through

I just started the container with –net=host and it didn’t work. With –net=bridge -p 0.0.0.0:8123:8123 it does work. What am I doing wrong?

I don’t know. I use net=host and I don’t have to pass any ports. Are you sure it isn’t a problem with your config?

I use the default config, I changed nothing…

The default home assistant config?

When there is no config directory, Home-Assistant creates one. That is what I meant with default. My apologies for being unclear.