Unauthorized_client when hitting /passwordless/start

Hi, I have a Native application and I use a passwordless connection, I don’t use an universal login but I call passwordlessWithEmail and the login methods provided by the SDK, OTP grant types is enabled but I noticed that when /passwordless/start endpoint is hit it returns


"error" -> "unauthorized_client"

"error_description" -> "Client authentication is required"

And I am not sure why, it can’t even sent the magic link. Any configuration settings I might have missed?

1 Like

have the same issue (((

Any luck with it? Have you found the cause and/or the solution for the issue?