I had Nginx proxy manger, duckdns and router port forwarding all set to handle https traffic into my home assistant (HA) server setup on a raspberry pi 5 server. It was all working for some time until I had to change internet provider and local ip address of my home assistant server(192.168.xx.xx). I made the following changes but still does not work and appears to not find my local home assistant through my domain and https.
- Updated the local ip address to HA ip address in nginx proxy manager Host destination ip => http://192.168.xx.xx:8123
- Updated my router to port forward external 443 tcp to 443 internal port to new local HA ip 192.168.xx.xx
- Updated HA Settings -> System -> Network -> update Local network ip to new local http://192.168.xx.xx:8123
My domain is resolving to the new internet provider ip on my new router. Nothing in logs of nginx. In browser dev tools during a call to my home assistant using https:/www.domain the original call never finishes, but it appears some JS files are downloaded from my HA server. This is the first call to fail: https://mydomain.duckdns.org/lovelace (Failed to load response data-no data found for resource with given identifier) Using a the local ip internally without https the HA works fine. I saw no place in my configuration.yaml that the old HA local ip was used.
Any ideas what I can check?