E.G. If I save a user with {nickname:'spinosa'} I won't be able to throw up an error saying 'Nick already taken' - the API will silently set my nickname to spinosa_2 and return a success.
cc @spinosa if you want I could check the returned obj in the success callback and if the nickname isn't equal to the desired one then throw an error .. ?
This is a problem in onboarding.
E.G. If I save a user with {nickname:'spinosa'} I won't be able to throw up an error saying 'Nick already taken' - the API will silently set my nickname to spinosa_2 and return a success.
cc @spinosa if you want I could check the returned obj in the success callback and if the nickname isn't equal to the desired one then throw an error .. ?