Reset Password link is not working

We are using the API to send the reset password email. The email got send but when we click on the link it opens a site with INVALID LINK message.

We are using this for 2 years and it was working.

One thing that I noticed is that it is working for old users but not working for creating new users.

Someone can help?

Edit: This is what is showing up on the logs:

1 Like

Hi @vitor.alano , welcome to Auth0!

It looks like (based on the error description) there is no ClientId provided within the request. Does adding it helps?

Which API endpoint do you use to send the reset password link? The Authentication API endpoint - https://auth0.com/docs/api/authentication#signup or the Management API endpoint - Change Users' Passwords?

If the second endpoint (where identifying a user is on your side) , does the user for which the link is generated exist in the provided db connection?

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