Path-based routing returns 503 when a host has no root app #210
Unanswered
trbernstein
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When using path-based routing with
proxy.path_prefix, the proxy returns a generic 503 error if any configuredproxy.hostsentry does not have an app deployed at/.In our case, this occurred because the first host in proxy.hosts had no app handling the root path.
Expected behavior: hosts with a root app deployed should continue to work, even if other configured hosts do not have one.
All reactions