Ionic.Auth.signup UNPROCESSABLE ENTITY

Hi guys! i cant find solutio for this issue,help me if you can thanks!!!

Ionic.Auth.signup($scope.sup).then(
        function(user){
        user.migrate();
        user.save(); // save the user to persist the migration changes
        console.log('success');
        },
        function(user){
        console(user + 'not added to ionic')
        }
        );

I have the same error with Ionic Cloud and facebook login. You had resolved your problem? Can i Know how?

Same issue when i try to login in using IonicAuth . I get an error UNPROCESSABLE ENTITY. I used both $ionicAuth.login(‘facebook’).then( … ); and $ionicAuth.login(‘google’).then( … );.

system information:

Cordova CLI: 6.3.1
Gulp version: CLI version 1.2.2
Gulp local: Local version 3.9.1
Ionic Framework Version: 1.3.1
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v4.6.0
Xcode version: Xcode 7.3.1 Build version 7D1014

1 Like

have you found any way to fix the issue ?

unfortunately no, anyone can help us?

Please create an issue on the ionic-cloud repo: https://github.com/driftyco/ionic-cloud/issues. Thanks!

1 Like