Apps arn't working after the v1.6.1 Beta Update

I can’t install/uninstall, open, or configure the settings for the app in the ui. What do I do?

Please take a screenshot. Also, please log in using your main account, as we frequently user encounter issues when using sub-accounts.

Hi,

You can also try to force the UI back to life via ssh root@192.168.1.231
systemctl restart zimaos-gateway.service

Still dosen’t work

Can you share the settings and logs of HomeAssistant

No, I can’t get access to the settings or logs for any app

At this point we need to see what’s actually happening on the backend, the UI isn’t giving us anything.

Can you SSH into the box and share the following logs:

docker ps -a
docker logs homeassistant --tail=50
journalctl -u zimaos-gateway.service --no-pager | tail -n 50

If Home Assistant isn’t the exact container name, just use the name from docker ps -a.

This will tell us:

  • if containers are running or crashing
  • if apps are failing to bind to ports
  • if the gateway/UI layer is throwing errors

Without logs we’re basically blind here.

Thanks for the help! I ended up installing Ubuntu and the CasaOS web ui on it.