Hi,
I have an Apigee Edge free account, It was working fine but now when I call any proxy I get the following message:
{
“fault”: {
“faultstring”: “APIProxy revision x of Proxyname does not exist in environment test of organization organisationname-eval”,
“detail”: {
“errorcode”: “messaging.runtime.ApplicationNotFound”
}
}
}
This is what I have:
- The revision x is deployed on test environment!
- There is no Qouta.
- I noted that the calls sometimes success but always it raise the above fault in the majority calls.
how to fix this issue?