[SOLVED] Problem with the removed "states" UI and URL redirection

I just updated HA to 0.107 from 0.106, which means that the old states UI went away. Which would be except that it was the default UI on several of my computers and that default seems to not have gone away. If I go to “https://redacted.duckdns.org:8123/”, it redirects me to “https://redacted.duckdns.org:8123/states” - which is blank.

Clicking on the “Overview” button in the sidebar correctly takes me to Lovelace, but if I go to the URL directly, I end up pointed to the states page again. Before 0.107, I could go to the Developer Tools->Info page, and change the default UI between states and lovelace, but that option is no longer there…

This seems to only occur when I use a browser , not in the ios App. Any ideas for how to fix this?

I believe you need to edit your NGINX config file, and set it to point to https://redacted.duckdns.org:8123/lovelace instead of https://redacted.duckdns.org:8123/states. I haven’t used Duck DNS for a couple of years so I don’t recall how to edit that file off the top of my head.

Hmm, I’m using the Duckdns pluging, so not sure if it uses nginx under the hood or not. I’ve looked through all of the config files I could find associated with the plugin, and I don’t see it pointing to states anywhere. Of course, I could be missing it.

So apparently I should have tried the easy thing first. Deleting cookies for redacted.duckdns.org resolved the issue. Kind of a “duh” moment there…