ionic-team / legacy-ionic-cloud

JavaScript Client for legacy Ionic Cloud services. See Ionic Pro for our new take on the ionic development lifecycle
Apache License 2.0
65 stars 26 forks source link

Google Native Sign-in error second time login on iOS #159

Open quedicesebas opened 7 years ago

quedicesebas commented 7 years ago

I have a problem on iOS. After app is installed, I can jog in once, but if try again, i got this from api.ionic.io:

{
    "error": {
        "type": "InternalServerError",
        "link": null,
        "message": "500: Internal Server Error"
    },
    "meta": {
        "request_id": "acbe9348-3883-46c8-c6c7-aedb9b656a37",
        "status": 500,
        "version": "2.0.0-beta.0"
    }
}

Then, I can't log in again, even if I fill the apps. Only works if I reinstall it.

quedicesebas commented 7 years ago

I had to call logout before always

janpio commented 7 years ago

Did this get resolved or is this error still present?