@jorgecacho wrote:
Hi,
Everytime I try to save an user with:
user.save();
I get this error:
Failed to load resource: the server responded with a status of 422 (UNPROCESSABLE ENTITY) (https://api.ionic.io/auth/users/ae0ac55c-085e-4943-b302-2db9ea19fc78) Ionic User: Object {response: XMLHttpRequest, error: Error}
Prior to this I'm executing
Ionic.Auth.signup
andIonic.Auth.login
and I can see the new user is populated on https://apps.ionic.io/app/{app_code}/users/listI also call to
user.isAuthenticated()
and this is returning true ...Why can't I call
user.save()
? Do I need to perform any more authentation step or call saver() in a different way?Thanks!
Jorge
Posts: 1
Participants: 1