Reputation: 33
Learning how to deploy the demo project to IBM API Connect on Bluemix (get-started) and get the following errors after run apic edit to start IBM Developer Toolkit local site:
Any suggestions will be appreciated.
Upvotes: 2
Views: 643
Reputation: 11
Try publish in the interface 0.0.0.0
:
export HOST=0.0.0.0
apic edit
Upvotes: 0
Reputation: 3233
Just tried the same and I am not able to reproduce the issue, since the "apic edit" step works fine for me. I guess this is an issue related to your machine. The error is quite clear and it means that Express.js is not able to connect to that port. The first step is to check that port to see if it's blocked by the host system. However I see different ports in the error message, so the problem could be different (check your firewall settings). Moreover, I would try to install apic again running sudo npm install -g apiconnect
and double check that the prerequisites are already installed. It could be throwing an error that you didn't notice.
Upvotes: 1