Hi,
I’ve set up a Passwordless Authentication flow in Auth0 and created an application for sending magic links to customers’ emails. I’m using the /passwordless/start
API to send the magic link, and the email is successfully delivered with the link.
However, when I click the magic link from the email, it opens in a new browser window and displays the following error:
“Something Went Wrong
The link must be opened on the same device and browser from which you submitted your email address.”
I expected it to redirect to the URL I configured in my application settings, but it’s not happening.
Could anyone help me understand why this is occurring? Am I missing any configuration or step in the setup?
Note: /passwordless/start API is called on nestjs backend and and callback url will redirect to the nextjs application.
Thanks in advance!