No healthy upstream Error in Bridge API

body :
{

“url”: “https://webhook.site/c50bcbf5-8567-4be9-bc38-7d78698b96b1

}
Response :
no healthy upstream
@IntegrationSupport

1 Like

@IntegrationSupport, even we are facing the same issue

URL : https://dev.abdm.gov.in/devservice/v1/bridges

@GrapesDev1, @IntegrationSupport if you find any alterante way for this please let us know, we are currently blocked on this

We too are blocked @IntegrationSupport @Ramandeep1 @Sachin

Any update on this @IntegrationSupport ?

facing same issue, any update @IntegrationSupport

Any Update On this Issue @IntegrationSupport ?

1 Like

@IntegrationSupport @Ramandeep1 @Sachin,

We are pretty much stuck here. Can you please look into this ?

Thanks

use this URL https://dev.abdm.gov.in/gateway/v1/bridges

2 Likes

Thank You :slight_smile:

[quote=“ahamhealth, post:10, topic:9041”]
https://dev.abdm.gov.in/gateway/v1/bridges

when i tried this url am getting 200 ok but in the response body am getting like this

<title>Request Rejected</title>
The requested URL was rejected. Please consult with your
administrator.<br><br>Your support ID is: 8374555094775205557<br><br><a href='javascript:history.back();'>[Go

    Back]</a></body>

And when i try the fetch url am not getting the call bacl url.Any idea?

Sreedevi

@IntegrationSupport
When I try this url https://dev.abdm.gov.in/devservice/v1/bridges

And am getting the response like this
no healthy upstream

when i try this url https://dev.abdm.gov.in/gateway/v1/bridges
am getting 200 ok but in the response body am getting like this

<title>Request Rejected</title>

The requested URL was rejected. Please consult with your

administrator.<br><br>Your support ID is: 8374555094775205557<br><br><a href='javascript:history.back();'>[Go

    Back]</a></body>

And when I try the fetch url am not getting the call bacl url.Any idea?

Sreedevi

@IntegrationSupport
client id : SBX_004566

Not getting this api for last 3-4 days .Today also am getting the same error : No healthy upstream status :500 Service Unavailable
https://dev.abdm.gov.in/devservice/v1/bridges

Sreedevi

@sreedevi007 Please Add ‘gateway’ before ‘v1’ for all dev services.

https://dev.abdm.gov.in/gateway/v1/bridges/getServices

I end up with HTTP 404 with error message of “{“error”:{“code”:2500,“message”:“Unknown error occurred”}}”

This is a major blocker. Please let me know how to proceed.
@IntegrationSupport

Same issue since last week

@poorna_medblocks Please use this -

curl --location --request PATCH 'https://dev.abdm.gov.in/gateway/v1/bridges’
–header ‘Authorization: Bearer eyJhbGciGxvd2VkLW9yaWdpbnMiOlsiaHR0cDovL2xvY2FsaG9zdDo5MDA3Il0sInJlYWxtX2FjY2VzcyI6eyI_56OBImw52wfE-bAGbFXvdRBydUQs3L_oFzpOAj7RJx80X5WHBfhjrHYyB0pamYA’
–header ‘Content-Type: application/json’
–data ‘{
“url”: "https://webhook.site/0814bd3d-4785-4ae0-b8b0-d65c8e636fc8"
}’

NOTE - You need to create your own webhook URL where communication of API will be received.

Thank you very much for the reply. The issue was that I had to add /gateway to all my API routes.

@poorna_medblocks No gateway is required to add while you set your bridge services and add services.