Ionic login returning 410 response

Hey, I’m a bit new and trying to link my ionic app. I made and am logged in with my browser, however when I try to log in on the CLI it gives me this:

$ ionic login
Log into your Ionic account
If you don't have on yet, create yours by running: ionic signup
? Email: <hidden>
? Password: <hidden>
Request: POST https://api.ionic.io/login
Response: 410
Body: 
{}

Here is my ionic info:

global packages:

    @ionic/cli-utils : 1.2.0
    Ionic CLI        : 3.2.0

System:

    Node       : v8.9.1
    OS         : Windows 10
    Xcode      : not installed
    ios-deploy : not installed
    ios-sim    : not installed

I have verified my account and tried login in with different dummy accounts. I cannot link my app because I cannot login, please help.

Edit: It seems the login method works perfectly if I update to ionic 4.0.3, but if I downgrade back to ionic 3 it kicks me out

That is pretty old (>1 year). You should definitely use a newer one.

Still this shouldn’t happen, maybe open an issue at Issues · ionic-team/ionic-cli · GitHub