Hello, I am new to the community, just trying to get an answer to one issue. We are using the Management API to generate password reset tickets for new users. Is there a way to set a redirect URL for these, like the password reset tickets generated using the email templates in the dashboard?
The error I have is:
- Generate password reset ticket via the management API
- Follow the link and reset password
- View success message
Behaviour: I am redirected to an error page with the message: “Cannot GET /callback”
Desired behaviour: I am redirected to our app.
I can confirm that when I use the email templates and provide a redirect URL, everything works fine. However, this doesn’t work for us as we need to send the emails ourselves.
Thanks,
Eliott