kulapio / libra-wallet-poc

💰POC Libra wallet
https://dev.kulap.io/libra
MIT License
141 stars 44 forks source link

Why am I getting 'connect ECONNREFUSED 127.0.0.1:80'? #9

Closed dannyadkins closed 5 years ago

dannyadkins commented 5 years ago

"Error: connect ECONNREFUSED 127.0.0.1:80 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14)"

My JS call is:

await axios.post('libraservice2.kulap.io/createWallet', {});
suraneti commented 5 years ago

@danielpadkins you have to added https:// in front of uri.

totiz commented 5 years ago

Thank @suraneti, if you still have problems feel free to ask here.