hey, so, when i trigger my login i can see the req...
# general
h
hey, so, when i trigger my login i can see the request is successful in the debug log of kratos. but my promise in nextjs makes a catch and when i console.log that error it's.
Error: No variant of ContinueWith exists with 'action=redirect_browser_to'
anyone know why this happens?
okay, so i solved it.. had to dig in the source on github, thanks for OSS 😄 I was using
@ory/kratos-client-fetch
and not
@ory/client-fetch
and
redirect_browser_to
is not in the
kratos-client-fetch
package 🙂