Ionic says I’m using proxy or offline, but none of this is true.
$ ionic login mtnoronha7@gmail.com anypasswordhere123123
(node:23816) ExperimentalWarning: The http2 module is an experimental API.
[ERROR] Network connectivity error occurred, are you offline?
If you are behind a firewall and need to configure proxy settings, see: https://ion.link/cli-proxy-docs
Error: connect ECONNREFUSED 127.0.0.1:8080
at Object._errnoException (util.js:999:13)
at _exceptionWithHostPort (util.js:1020:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1207:14)
Check my ionic.config file:
{
"name": "side",
"integrations": {
"cordova": {}
},
"type": "angular"
}
And Also, i dont have any path variable set.
Just to be clear: I am online and no firewall set.
Thank you!