Maintainerr healthcheck broken when using BASE_PATH

Hi,

I am using Maintainerr but added BASE_PATH via Additional Environment Variables.

Unfortunately this seems to break the health check URL:

{% do c1.healthcheck.set_test(“curl”, {“port”: values.network.web_port.port_number, “path”: “/api/app/status”}) %}

Is there a way to change this to include the base path if it is set?

Thanks in advance