Hi,
short description of my landscape:
I have my own domain, and my HA is accessible via a subdomain.
I have a public DNS record at my domain provider that points to my Fritzbox.
The Fritzbox then uses a defined HTTPS port to forward the incoming traffic to my Home Assistant—or more precisely, to the Nginx proxy running on the Raspberry Pi, which also runs Home Assistant. Everything up to this point is via HTTPS. The Nginx proxy then forwards the traffic to the Home Assistant.From there, it’s only using HTTP because I haven’t managed to switch it to HTTPS for the homeassistant itself yet but thats a future topic.
It was working fine up to that point.
Since the last update of some components, including Home Assistant 2026.4.3, the page no longer loads from the internet.
The HomeAssistant login screen appears, so it seems that the path Subdomain → Fritzbox → Nginx → HomeAssistant is still working in general.
But then the login doesn’t work.
The internal access from my internal network directly to the homassistant http URL still works fine.
In the browser’s developer tools, I see the following error when accessing the site externally:
TypeError: Failed to fetch dynamically imported module: my_URL/frontend_latest/‘crypticNumber’.js
In the Nginx logs, I see the POST and GET requests and some http 499 errors while answering to /frontend_latest/.js . I searched for the http 499 and it seems this is especcially nginx error for “client closed connection before I could answer correctly”
And Home Assistant itself doesn’t log anything about this at all.
I came across a thread (After HA Update 2025.10.3; Error while loading page lovelace. · Issue #154735 · home-assistant/core · GitHub) from 2025 where someone had a similar issue with Cloudflare after an HA update; they resolved it:
“After deleting the CNAME entry for my Cloudflare tunnel, restarting the HA add-on for Cloudflare, and clearing the caches in Cloudflare, my browser, and AdGuard, everything is fine and access via the Cloudflare tunnel is working again.”
But as ther is no cloudflare in my architecture and I cannot delete any caches at my domain provider I don’t know how to solve my issue.
I already rebooted HA and nginx and deleted caches of my browser as well.
I cannot revert the updates as - as always - I waited too long to have a look at this issue and now my backups are already overwritten.
Hope someone has an idea.
Regards

