Hello,
We have an issue regarding redirect url for verification emails:
According to documentation we set redirect_url to {{ application.callback_domain }}
Allowed callback urls in applications are set like that: https://{{auth0_app_name}}.{{our_domain}}.com/{{some_endpoint}}
However we’re getting error during redirect: {"name":"BadRequestError","code":"invalid_result_url","description":"invalid result url:
I have seen this occur when an email client automatically opens links in emails to provide a preview of the content. The URL is one-time-use, is invalid after it is used. Have you tried it with multiple email clients?
I was able to generate email verification ticket with provided API call and it worked. I was redirected successfully to first callback url set in configuration and email was verified as well.
Link generated in email looks the same, but ticket id is different and it’s still gives me an error.
We are not generating verification emails on our side. We have Status enabled for verification email on dashboard. Should we try with creating an email verification ticket manually and then use jobs API to send email address verification email?