Hey guys,
I’m trying to uploadmy app and I’m getting this error when trying this:
$ ionic login
After putting my password in I get:
Error logging in: Error: connect ETIMEDOUT
Any Ideas??
Thanks a lot.
Hey guys,
I’m trying to uploadmy app and I’m getting this error when trying this:
$ ionic login
After putting my password in I get:
Error logging in: Error: connect ETIMEDOUT
Any Ideas??
Thanks a lot.
I’m having the same problem doing both ionic login and ionic upload.
Thought it might be a firewall issue but disabled it and still having the same problem. Been trying for the last week and still no luck.
Been a little while you posted this @latif but I found upgrading to the latest Ionic CLI version fixed this for me:
npm install -g ionic
Hope this does the trick for you too.
Cheers!