Subject: Issue with Account Recovery Feature using Link
Hi Everyone,
We're working on Account Recovery Feature in NextJS Application. So far, we're able to generate a Recovery Link, sent to the user's email. The Recovery link redirects to the Settings page , from where we want the user to link their Oidc.
However, after completing the login process with provider, it redirects to error page and throws an "invalid_grant" error. It seemed to be working before, but recently we're getting errors.
We want to implement a custom self recovery flow as well where it will redirect from the recovery link and it should generate a session which can be further used for creating setting flow. Attaching below errors from Ory's inbuilt recovery flow settings.
Would appreciate any help.
Thanks in advance!