mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-02-15 07:27:13 +00:00
When an addon updates from having no ingress to having ingress, the ingress token map was never rebuilt. Both update() and rebuild() called _check_ingress_port() to assign a dynamic port but skipped the sys_ingress.reload() call that registers the token. This caused Ingress.get() to return None, resulting in a 503 error. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>