You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the three projects and npm install in each of them, so they just look fine,
then I start the three projects using grunt and they look fine, then when I boot up the mobile app and after login in I get this error:
continuation-local-storage\node_modules\async-listener\glue.js:188:31 Error creating event in the MBaaS: { Error: connect ECONNREFUSED 127.0.0.1:443 at Object.exports._errnoException (util.js:1022:11) at exports._exceptionWithHostPort (util.js:1045:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1090:14) code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 443 }
node 7.4
mongodb 2.4.9
any ideas ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I have installed the three projects and npm install in each of them, so they just look fine,
then I start the three projects using grunt and they look fine, then when I boot up the mobile app and after login in I get this error:
continuation-local-storage\node_modules\async-listener\glue.js:188:31 Error creating event in the MBaaS: { Error: connect ECONNREFUSED 127.0.0.1:443 at Object.exports._errnoException (util.js:1022:11) at exports._exceptionWithHostPort (util.js:1045:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1090:14) code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 443 }
node 7.4
mongodb 2.4.9
any ideas ?
Thanks.
The text was updated successfully, but these errors were encountered: