Hi Everybody!
I have an a issue with sign up and login using Auh0 in android. Trying to sign up via client.signUp(email, password, connection).start() results me in failure, AuthenticationException says me there is 404 not found. When trying to sign up under the same email is also returning me 404 but the message is “Email already signed up”. And web admin is seeing this user in database so we can say that user is really signed up. The same is happening with the login to the system. Getting 404 and nothing more. Can you explain please what is going wrong?
Thanks