All cards are missing after update HA

Hi… Recently updated HA and now all cards are missing when trying to add a new one to the layout.

it is only like this now

I have some cards installed via HACKS and they were appeared previously (there are some default ones should have also appear)

Tried to redownload them, reload YAML, hard reload Cache, reboot… nothing works… what can it be?
(Tried in safe mode - same)

This is the version I currently have
Core: 2024.9.2
Frontend: 20240909.1

Maybe the update didn’t complete properly… I think I remember reading about this in the past. Try to a rebuild from the CLI.

Thx… I cant access CLI, but i done something via SSH, that did not worked.
Yes, seems like previously the image did not fully downloaded in my docker or there was other errors

I pulled new updates via SSH and then completely remove the container in Docker and redone it again with the new core image.

But maybe after update some setting files should be rebuilt also, which does not happens for me.

(All installed custom cards are working in my existing dashboards, they just don’t appear when I want to add new one)

Why can’t you access the CLI?

If you SSH’d in, then do it there (rebuild)

Im running a core in the Docker container, not the HA OS, so I SSH into docker.

But I found this:

So currently looking into it and will check out check_config --help, maybe there have a rebuild option.

Ok found the culprit…

After some version the “+” icon on top were introduced, which adds a badge. Not sure what it is yet. But the adding card button is still there below, all cards are in place.

Seems it was bugged out for me and not displayed, so I was assuming it was replaced with that “+” icon.

I follow the guide here and after installing a different core versions and try them out the button somehow unbugged.

Very useful guide, its easy for me to understand now how to pull the version I need and how to easy recreate new container via SSH, no need to do manually now.