HACS Redownload release/version dropdown is empty for all integrations

Hi,

I have a problem with HACS where I can no longer choose a release/version when using Redownload.

When I open any HACS integration, click the three-dot menu, and choose Redownload, the release/version dropdown is shown but it is empty. This happens for every integration I tried, not only one specific repository.

I first noticed it while trying to update/reinstall dreame_vacuum, because I am currently on v2.0.0b17 and wanted to choose a newer beta release. But the same empty release dropdown issue also happens with other HACS integrations.

What I tried

  • Opened HACS from the left sidebar, not from Settings → Devices & services
  • Tried another browser
  • Same result: release dropdown is still empty
  • Home Assistant restart did not seem to help
  • The problem is not specific to Dreame Vacuum; it happens for any HACS integration I try to redownload

Is this a known HACS frontend/cache/metadata issue?

How can I force HACS to reload release metadata, or restore the release dropdown when redownloading integrations?

Ok found the issue, something with the below css varaible:
ha-dialog-surface-backdrop-filter: blur(5px)

Remove it from my theme everything works again.

1 Like