Please select the area the issue is related to
Area/Gateway (Routing, API deployment in gateway etc.)
Please select the aspect the issue is related to
Aspect/API (API backends, definitions, contracts, interfaces, OpenAPI), Aspect/Other (Anything else which does not match above categories)
Description
getting the following output when we use the cli
⚡ ap gateway health
Error: health check failed with status 404: 404 page not found
but when we try with the rest api it works
⚡ curl -s --max-time 3 http://localhost:9094/health
{"status":"healthy","timestamp":"2026-04-28T05:39:44Z"}
Steps to Reproduce
as mentioned above
Severity Level of the Issue
Severity/Critical (Core functionality is broken but there is a workaround. Need urgent attention)
Environment Details (with versions)
No response
Please select the area the issue is related to
Area/Gateway (Routing, API deployment in gateway etc.)
Please select the aspect the issue is related to
Aspect/API (API backends, definitions, contracts, interfaces, OpenAPI), Aspect/Other (Anything else which does not match above categories)
Description
getting the following output when we use the cli
⚡ ap gateway health
Error: health check failed with status 404: 404 page not found
but when we try with the rest api it works
⚡ curl -s --max-time 3 http://localhost:9094/health
{"status":"healthy","timestamp":"2026-04-28T05:39:44Z"}
Steps to Reproduce
as mentioned above
Severity Level of the Issue
Severity/Critical (Core functionality is broken but there is a workaround. Need urgent attention)
Environment Details (with versions)
No response