I’m implementing an app with auth0 with a custom form using the iOS swift SDK. I’m having a problem when I SignUp a user it returns Not Found, then I get the email to verify the email and I can login.
So what I want to do is to handle that Not Found error but I can’t find a way anywhere to get a error code. I’m doing the signup like this:
Thank you @konrad.sopala. I’ll wait. Otherwise, it’d be nice to have a solution for this problem because I need to pass the message to the user and “Not Found” is not explicit at all. Thank you again!
Hi, it’s maybe worth to mention 2 things that I found while developing Android in the exact same way for the same app.
the Class that returns the error actually as a code and a description
when signing up a user, it doesn’t give any “Not Found” error. Instead, it sends the email like in iOS and loges in the user directly
It’s weird that they have different behavior. I’d be good if you could look into that as well.