When using the horizon.yaml configuration file, the access results in a 503 error. #13896
Replies: 3 comments 4 replies
|
Hi @hanzhiyan588, thanks for the detailed report — pasting the full config makes this easy to pin down. This is a bind-address issue, not an auth issue. The relevant line is: server:
host: 127.0.0.1Why it works without
|
|
There is another issue - the OAP health check. |
|
Thanks for the follow-up on the healthcheck, @hanzhiyan588 — you're right, the OAP image (eclipse-temurin JRE) ships no Ive opened #13899 to fix the whole quickstart at once:
A note on ordering, since it often comes up: the Horizon UI does not need OAP to be up first. The BFF binds its own port immediately and retries OAP connectivity in the background (the UI-template boot-seed waits for OAP's admin port with a backoff loop), so the login page is reachable right away and data pages fill in once OAP is ready — hence no Please give #13899 a try and let me know if it clears things up. 👍 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
####The problems encountered
orizon.yaml configuration file results in a 503 error being returned, and no log output is seen when the debug log level is enabled.
####This is the complete configuration file.
All reactions