Hi!
I’ve been struggling with this d*mn client for about a month, i execute “ionic login” so i can login via CLI, and this is what happens:
$ ionic login
Log into your Ionic account
If you don’t have one yet, create yours by running: ionic signup
? Email: @gmail.com
? Password: [hidden]
Request: POST https://api.ionic.io/login
Response: 404
Body:
{ link: null,
_ type: ‘NotFound’,_
_ message: ‘No user found by that email’ }_
i’ve tryied the same password by logging through browser and works just fine. Any idea about what is happening? Should i configure something? All i’ve done is the following:
- installed with npm install -g cordova ionic
- created a new project with ionic start sonidos blank
- tryied to login w ionic login.