Unable to clic for update : menu won't open

Hello all, since few HaOS update, i face issue when trying to udpate Operating system or Apps or other thing that needs an update.
When i see that updat are available (the number in pill upon the Parameter wheel), i click on “Parameter” then Menu is well opened. After, i want to click on the component that has to be updated and the menu won’t open.
I can update directly on App Menu ou on HACS Menu but not in the general menu.


Here is an example.
Versatile can be updated, but when i click on the menu, nothing appens.
I needed to update using HACS Menu.

Do anyone faced same issue ?

I’m using Firefox web browser and tryed also on Safari Web Browser.
I’m on iOS Big Sur.
Edit : i’m on Proxmox VM for HAOS.

Nobody faced this kind of issue ?
Still the same this morning with 2 new updates available for DuckDNS and Appdaemon.

Still having the issue.
Very strange that nobody faced the same issue?
Or is there any change for applying updates ?

same issue here, on firefox, safari.

  • Installation method Home Assistant OS
  • Core 2026.5.0
  • Supervisor 2026.04.2
  • Operating System 17.3
  • Frontend 20260325.8

Very strange behaviour becaue only Update Menu won't open.

Still same issu with APPS.
Unabale to clic for update on UI.
Is there a way to update Apps with CLI ?

Do you have some kind of popup blocker running on your browsers?

Do you see any errors in browser console when you click on an update?

Not via CLI, but there's a dedicated update button on each individual app page. Go to Settings > Apps > [your App] & you'll see an update button in the top right

When clicking, i can see this kind of error :
card-mod.js:5 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'then')
at e.showDialog (card-mod.js:5:4762)
at d (make-dialog-manager.ts:183:19)

If Apps section, same issue, unable to lauchn update bu clicking on the update button.

Edit : not working on Safari / Firefox / Brave webbrowser.
Not working also on my Samsung Tablet with HomeAssistant companion running on it.

card mod? Isn't that a custom card? Have you tried disabling it +restart or restart in safe mode?
I'm fairly certain your issues are due to that, otherwise it wouldn't be just 2 people reporting it in 2 months.

i tried to removing CardMod module in HACS without any success.
I restart my VM but still same issue.

In Safe Mode, it's working fine.
Let's find the option that make it failed in full mode.

Looks like you have old (and very old) card_mod versions installed. Do you use minimalist theme or have you ever installed it? If so and it is old it may be loading old card_mod. In your Browser console, look at sources tab to see where both card_mod.js and lovelace-card-mod.js are getting loaded from which may point to what custom integration is loading it.

The latest version of card_mod (4.2.1) should work fine, though if you are want an actively maintained card_mod replacement, look to UI eXtension (UIX).

thanks
i'll have a look.