But I found out recently new ionic account cannot login with ionic login. Even activated the account via email, I found following error if I tried to login with ionic login:
Request: POST https://api.ionic.io/login
Response: 404
Body:
{ type: 'NotFound',
message: 'No user found by that email',
link: null }
then I tried with my old account. It just work!
It’s quite big problem because I introduced many companies to use Ionic as cross platform technology but it stucks with this problem.
There should be a variable called backend, which is probably set to legacy in your case. You’ll need to set that variable to pro in order to login with a new Ionic Pro account. If the variable is set to legacy, you will only be able to login with an Ionic Cloud account.
I believe that you can set this variable using the ionic config set command. The variable is set automatically if you link to a new app using the ionic link --pro-id <your_app_id> command which is what worked for me.