my.home-assistant.io
my.home-assistant.io copied to clipboard
Link to system information does not work
The link to 'System info' does not work but leaves the user at the Repairs screen, still needing to make some extra clicks. https://my.home-assistant.io/redirect/system_health/
I cannot reproduce this, for me it directly opens the system health dialog on that repairs screen.
Definitely not on phone, let me try the browser later again.
https://github.com/user-attachments/assets/33677f5a-9519-4423-b467-ff767664ca2f
Looks like the frontend doesn't like the app adding external authentication to the URL here, breaking the redirect and not showing the dialog.
Opening this page gives the following paths internally:
https://my.home-assistant.io/redirect/system_health/?mobile=1is loaded in the apphomeassistant://navigate/_my_redirect/system_healthwhen tapping 'Open link'- (
https://home.example.com/_my_redirect/system_healththe app is instructed to open this page, skipped) https://home.example.com/_my_redirect/system_health?external_auth=1the app will load thishttps://home.example.com/config/repairs?dialog=system-health?the frontend redirects to this page
This seems quite easy to replicate in the browser. Any query parameter breaks it, e.g. https://home.example.com/_my_redirect/system_health?something=ok.