Timeout when setting up environment for initial Apigee Lab

I have been trying to complete the first lab for API Design and Fundamentals. Every time I run node setup and enter my credentials, I run into the following problem which I believe has to do with authentication:

9227-screen-shot-2019-09-30-at-41739-pm.png

I have seen other posts about not including special characters in my password, but I have already tried resetting my password.

0 3 165
3 REPLIES 3

Can you also show us what input you have given?

I guess it is an issue with TargetServer creation.

In the input, while mentioning the TargetServer URL do not add http or https protocol and the URL should not have any "/".

If your URL is https://www.httpbin.org/ip

then in TaregetServer, you onl need to give www.httpbin.org

Hi @Aaron Pavlick, welcome to the Apigee community.

Looks like you are unable to connect to the Apigee Management endpoint from your terminal. Could you try a curl to the same endpoint i.e. https://api.enterprise.apigee.com/. from the same terminal? You could also try making a similar call from Postman? If the Postman call works and the curl command fails then you need to setup proxy details in your bash/terminal.

Also, this issue has got nothing to do with incorrect credentials. As the error that you are encountering is "Apigee network call error connect timed out".

Hope this helps.

Thanks for the welcome @Cladius Fernando! I was having issues with my company's firewall but was able to set up the lab on my personal machine.

Thanks!