Closed dannyadkins closed 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', {});
@danielpadkins you have to added https:// in front of uri.
https://
Thank @suraneti, if you still have problems feel free to ask here.
"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: