Closed
Description
The upstream issue with 0.0.0.0 vs. local host strikes again (#6207).
- ensure that all servers are listening on 0.0.0.0 (or
:port
, which is equivalent) - ensure that all servers log this endpoint at startup (we may be only logging ports in some places)
- why didn't our CI for hotrod/all-in-one catch this?