We're having an issue where the post-recovery redi...
# ory-network
b
We're having an issue where the post-recovery redirects are working incorrectly, we've set up global redirect to redirect to
/account/profile
upon flow completion but the client is redirecting to
/api/.ory/account/profile
instead and throwing a 404 error. We're using the ory client sdk in Next.js with a custom auth page but that doesn't seem to be the issue, this set up used to work but suddenly it's prepending
/api/.ory/
to the redirect url, any ideas? Attaching screenshots of the error page and the redirect settings in our console
👍 1
s
Are you using the Ory CLI proxy/tunnel?
b
No
s
Hm interesting, the path is something that the tunnel typically adds 🤔 Were you maybe using it?