Apigee-127: Unable to deploy to on premise Apigee from Apigee-127, 303 error

300 views Asked by At

I am trying to deploy my Mock API to Apigee Edge from Apigee-127 command line. This is an On-Prem instance & so I have a VPN going to give me access. However Once I get on & try to deploy the API. I get the following error:

C:\Users\sgs>a127 account create myTestAccount
[?] Provider? apigee
[?] Do you have an account? Yes
[?] Base URI? (https://api.enterprise.apigee.com) https://enterprise.apigee.com/
[?] Base URI? https://enterprise.apigee.com/platform/#/my-Company/
[?] Organization? myCompany
[?] User Id? [email protected]
[?] Password? *********
[?] Environment? test
[?] Virtual Hosts? default,secure
Ensuring Apigee Remote Proxy is in place...
Error: Account creation failed. Please try again.
{ [Error] statusCode: 303 }

Any ideas what I could try different?

With Regards

S

2

There are 2 answers

0
Scott Ganyo On BEST ANSWER

Please check your "Base URI" value. This needs to be the URI of your management endpoint and isn't related to your particular organization. (For example, you can see above that the default for the Apigee hosted environment is https://api.enterprise.apigee.com.)

0
ssh-add On

The Base URL should be something like {org-name}.login.apigee.com/oauth/token. There are other tools like ADT which can help deploy apiproxies/shared-flows.