Unable to deploy a node.js app in APIGEE edge

I am trying to deploy a standalone node.js app from my machine with below command.

apigeetool deploynodeapp -n myNodeApp -d . -m hello.js -o <org-name> -e test -b /myNodeApp -u <email> -p <password> .

But getting the below error. As I am under corporate firewall, excuted npm set http_proxy and https proxy commands.

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

Please help.

0 3 278
3 REPLIES 3

@AbhijitG , Like you said, It might be your corporate firewall issue. Can you able to ping from your machine to above host ?

Not applicable

Yeah. It's probably a firewall issue. Try using Google Cloud Shell or Cloud9 to see if that's the case. Hope it helps!

Thanks @Anil.

Looks like its firwall issue, I am not able to ping api.enterprise.apigee.com.

How to resolve it?