简体   繁体   中英

Apigee API Platform: INVALID_PROXY Error

We are using Apigee as our API proxy and we are getting INVALID_PROXY error in our test environment. This error is inconsistent but shows up 90% of the time.

<?xml version='1.0' encoding='UTF-8'?>
<fault>
     <faultstring>"Invalid proxy";</faultstring>
     <detail><errorcode>INVALID_PROXY</errorcode></detail>
</fault>

Can somebody from Apigee team share the cause of the problem? I could not find any documentation on Apigee website related to this error code.

Thanks

At runtime INVALID_PROXY error is shown when the router component at Apigee is not able to find the proper api proxy resource info. As you are saying if its inconsistent, it could be a deployment issue. If you can provide the org, env and api proxy details i can verify that at my end.

As a workaround you can also try redeploying you api proxy and see if you are facing this issue or not.

此错误与bundle的不正确部署有关我建议使用“maven”/“APIGEE Edge Management API”进行部署。这些工具可以提供对部署状态的正确可见性。避免使用UI进行部署。

Proxy validation is done when you try to import the bundle. We can only import bundles in .zip format. If you are seeing this error while trying to import and you are using a zip file, please share the bundle you are using so that we may have a closer look.

此错误与bundle的不正确部署有关我建议使用“maven”/“APIGEE Edge Management API”进行部署。这些工具可以提供对部署状态的正确可见性。避免使用UI进行部署

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM