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.
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.
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).