You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repo and got set up the quickstart application as described in the manual. However, when I put in data in the register view it will not authenticate me. It alerts me to check the console, which says 'One attribute is not valid, would you mind take a look at them?'.
I tried several combinations for the inputs, including the ones from another of your documentations:
name: Max
email: new_user@email.com
country_code: 49
cellphone: 405-342-5699
It did not work. When I put the authy variable that gets the response from your API, it gives me an empty object.
Do you have an idea what the issue might be here?
Furthermore, it would be more helpful if the error message would cover more in depth explanation, what the response actually says.
I cloned the repo and got set up the quickstart application as described in the manual. However, when I put in data in the register view it will not authenticate me. It alerts me to check the console, which says 'One attribute is not valid, would you mind take a look at them?'.
I tried several combinations for the inputs, including the ones from another of your documentations:
name: Max
email: new_user@email.com
country_code: 49
cellphone: 405-342-5699
It did not work. When I put the authy variable that gets the response from your API, it gives me an empty object.
Do you have an idea what the issue might be here?
Furthermore, it would be more helpful if the error message would cover more in depth explanation, what the response actually says.