Issue registering a user with ory kratos #1905
-
I'm struggling getting my flutter application to register a user with Kratos. I have a shell script using the API where I am able to get a successful registration:
I receive the following on the registration:
I am able to make the first call to
Now in the init there a entry for I'm not sure what I am missing. Any help greatly appreciated Edit 1: Running kratos 0.7.6. There is spring cloud api gateway that is forwarding the request to kratos from the flutter app. Edit 2: So the script was connecting directly to kratos. I've changed it to use the API gateway and seeing the same issue now. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe there was a bug in kratos 0.7.6 where this could happen, maybe try the new kratos 0.8? |
Beta Was this translation helpful? Give feedback.
I believe there was a bug in kratos 0.7.6 where this could happen, maybe try the new kratos 0.8?