Missing language and push settings

I have cleared browser cache for my HA site and now I cannot get to language and push notifications settings. When I go to ‘Configuration/General’ in HA menu I get just ‘Configuration validation’, ‘Configuration reloading’ and ‘Server management’ cards.
I am currently running 0.76.1.
Just noticed that the same situation currently is on my Android phone so it is probably unrelated to browser cache.
Can it be related to the new authentication system (I do not use it currently)?

Yes, you need enable new auth, since we move those to user profile page.

Thanks a lot for the prompt reply! I will try to do it. Just a little bit too scared since have several human users and several devices for each. Will start on the weekend.

We are going to enable new auth by default in next release anyway.

I enabled the new auth adding this to my configuration.yaml file:

homeassistant:
  auth_providers:
    - type: homeassistant
    - type: legacy_api_password

auth:

I create a new user and then do the login but I do not have the user profile and the options to change the language and theme do not appear in the settings. I also tried to comment the legacy_api_password but without success … do I have to do anything else to make it work?

@rodrigodf you probably need to clean your browser cache for the site.
I enabled the new auth on Saturday. Works great, no problems!

If you used trusted networks, you have to wait for next release, which will be landed very soon.

1 Like

That’s right, I disabled the trusted networks and it worked! I’ll waiting for the next release. Thank you!