I'm trying to invoke a registration flow using the...
# ory-selfhosting
s
I'm trying to invoke a registration flow using the code method (golang sdk). I create the flow using
CreateBrowserRegistrationFlow
. Then call
UpdateRegistrationFlow
which does send an email with the code, but the
UpdateRegistrationFlow
call also returns a 400 error with no error messages in the body. What does that mean? And why does it return 400?