Reputation: 1844
I have deployed my API in Apigee. The deployment says The revision is deployed and the traffic flows, but the flow may be impaired https://xyz.apigee.net/collectionabc/v1/getreq
. Could not understand why the server response is down.
Upvotes: 1
Views: 784
Reputation: 19
I have deleted the existing revision and then uploaded again. Also, when i access APIGEE through java eclipse code I was able to connect. But, when I check with REST service it was showing no response.
Upvotes: 2
Reputation: 130
This problem can have various causes. In my case this happened because Apigee services could not communicate with each other. To fix that, you have to stop all Apigee services and start them one by one in the specified order.
Upvotes: 1
Reputation: 1208
Two things:
Check that there is traffic going through the proxy and that you don't have a conflict with another proxy in the same org.
Try undeploying completely, and then downloading the bundle and reimporting it to a new proxy. Ocaisionally a configuration gets messed up just enough, and just right, that tracking down the RCA isn't practical but redeploying helps.
Upvotes: 1