HACS Starting Up

Hi there,
I’m running HA 0.108.9 on Synology Docker and have HACS installed. But after a reboot it seems, that HACS is running for the first time although it was initialized before.


Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 216, in async_setup
    hass, self
  File "/config/custom_components/hacs/__init__.py", line 85, in async_setup_entry
    startup_result = await hacs_startup()
  File "/config/custom_components/hacs/__init__.py", line 164, in hacs_startup
    await setup_frontend()
  File "/config/custom_components/hacs/setup.py", line 103, in setup_frontend
    require_admin=True,
  File "/usr/src/homeassistant/homeassistant/components/frontend/__init__.py", line 190, in async_register_built_in_panel
    raise ValueError(f"Overwriting panel {panel.frontend_url_path}")
ValueError: Overwriting panel hacs

Any suggestions…?

Thanks,
Oliver

I am having the same problems as well.

You need to remove the configuration from configuration.yaml if you configured HACS via UI.

Thank you for the help, but I never had HACS configured in my configuration.yaml, always used the UI to set it up.

So i advice you to contact directly the developer in the discord channel.

Already done, did yesterday.
Thank you.

Did you find a solution for this problem?

Experiencing the same issue.