messaging.adaptors.http.flow.NoActiveTargets

I am continuously getting messaging.adaptors.http.flow.NoActiveTargets error on my proxy api. I have added a TargetServer on the portal have configured TargetEndpoint.

The backend-server is accessible directly but not via apigee proxy. This proxy is deployed on Apigee Edge (cloud). I have followed the 503 Service Unavailable article to debug this issue but so far no luck. I am bit lost here. Please help


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TargetEndpoint name="default">
    <Description/>
    <FaultRules/>
    <PreFlow name="PreFlow">
        <Request/>
        <Response/>
    </PreFlow>
    <PostFlow name="PostFlow">
        <Request/>
        <Response/>
    </PostFlow>
    <Flows/>
    <HTTPTargetConnection>
        <LoadBalancer>
            <Server name="backend-server"/>
        </LoadBalancer>
        <Path>/api/v1</Path>
    </HTTPTargetConnection>
</TargetEndpoint>
0 1 1,055
1 REPLY 1

In target server configuration, check if the port is configured correctly for backend-server