callbackURL doesnt work with signUp
after successful sign up its not redirecting to /dashboard, while the same callback url but for signIn redirects
3 Replies
Having the same issue
Same. Not redirecting in v1.3.12. No error, just nothing. Signin/up are suffessful. Network dev tool shows page is in effect reloading but the screen does not refresh at all. I'm in NextJS
 Tried adding http://localhost:3000 with no effect. It's as if the returned redirect is being ignored.
Same here. I had to use 
useRouter  to mitigate it