I have turned off the automatic as well as put in my url (the same as my external) and sometimes I go back here and the url I put in is removed and it is changed to automatic.
Have you followed the instructions and removed the http: stuff from configuration.yaml (then restarted) because they imported them to the gui?
If not, it will be confused.
I removed all during beta. The exception is I still have the default settings for ngnix included in my configuration yaml file per the latest documentation for NGNIX. Is this supposed to be removed as well?
Per the most current documentation:
You must add the following section to your Home Assistant configuration.yaml. If the http section is using the ssl_certificate or ssl_key keys, enable the use_ssl_backend option.
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
Based on your comments I have added this to network and removing it from configuration yaml. I also opened a GitHub issue on the documentation. I would change it myself, but what I do has never been accepted.
I am also seeing under system, network access enabled and disabled. Never saw any of this prior to 2026.8x. Nothing in the main logs, duckdns or in NGINX.
yes, if you removed the Nginx stuff, too, then good. All of that should have been automatically added to the web UI. If you go to Settings > System > Network and scroll down, you’ll see settings for HTTP Server, which includes Server Port, SSL/TLS, Reverse Proxy, IP banning, and more.
Thanks. I did all of this. Still seeing spotty network issues where I need to refresh connections with mobile app. I had none of these prior to this update. I had issues during beta where I needed to change duckdns settings. I added NGINX after the beta started so it did not get migrated. I followed the latest directions when I installed it and it says to put all the http stuff in the configuration yaml file. I have since removed it from the yaml file and added it to the NGINX configuration. Hopefully I will figure out what I have done incorrectly and get my system back to normal soon.
I believe I have fixed the issue with my network. I changed my external connection from https://xxxx.duckdns.org:8123 to https://xxxx.duckdns.org. It has been stable since I changed this. I can not find any documentation on this “New” system \ network tab. The release notes mention nothing on the settings. They only talk about the port. I am still not sure if local should have the 8123 or not?