Passwordless/start gives undefined server_error

I setup passwordless via email for an app and can run the “try” option no problem. However when I move to Postman and do an api call based on the template in the postman collection, I;m getting

{
“error”: “server_error”,
“error_description”: “undefined”
}

I’m assuming there is no authentication in the header as per the docs: Authentication API Explorer

I’m sending

client_id {{auth0_client_id}}
connection email
email phoebe@horsetech.ie
send link

Not sure where to go from here…

Hi @phoebebright,

I am not seeing any outages or anything that would be causing a server error. You have the domain setup correctly?

Is there a definitive test I can do? The “Try” option is working and if I do a call to /oauth/token it works correctly.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.