When OV_URL is set, overview-local does health checks to overview-web that end in redirects (because OV_URL tells overview-server to redirect HTTP requests). That makes the health check fail, so overview-web never comes up.
Workaround: disable OV_URL, for now. Unfortunately, that lets people connect via HTTP, which is very unsafe.
When OV_URL is set,
overview-localdoes health checks tooverview-webthat end in redirects (becauseOV_URLtells overview-server to redirect HTTP requests). That makes the health check fail, so overview-web never comes up.Workaround: disable OV_URL, for now. Unfortunately, that lets people connect via HTTP, which is very unsafe.