Error deploying Node.js App apigeetool

Not applicable

Hi,

I have a trial apigee edge account , my own organization and when i try to deploy the app from my PC, i get an error ENOT FOUND

Error: getaddrinfo ENOTFOUND api.enterprise.apigee.com api.enterprise.apigee.com :443

HTTP:// URL gives me 200 Ok , HTTPS is throwing an error.

I tried to override the base URL with apigee.com/organizations but still fails with error, the "INVALID URI",apigee.com/organizations/v1/o/yourorg/apis/newnodeapp

command used is

apigeetool deploynodeapp -n newnodeapp -d . -m server.js -o YOURORG -e test -b /testnapp -u uname -p password

0 1 338
1 REPLY 1

@Raja M , It should work out of the box. Looks like it's your network / firewall / proxy issue.

See sample command below.

 apigeetool deploynodeapp -n myNodeApp -d . -m server.js -o myorg -e test -b /myNodeApp -u ntesla -p myPassword