Getting a strange, new error from `UpdateRegistrat...
# ory-network
c
Getting a strange, new error from
UpdateRegistrationFlow
that I have not encountered before (Appears after updating from
ory/client-go v1.4.0
to
ory/client-go v1.6.2
):
data matches more than one schema in oneOf(ContinueWith)
which causes Password Registration to fail since no flow is returned (expecting a flow per documentation). However, the
http.Response
object (second return value,
_
in the referenced documentation) provides
session_token
,
session
,
identity
and
continue_with
. Any help with this would be appreciated.
s
The error looks like it is coming from the generated SDK. @bland-eye-99092, do you have an idea why this might happen?
b
1
c
@bland-eye-99092 @steep-lamp-91158 Would your recommended guidance on this be to hold off on updating until this is merged/fixed in a future release? (I’m not sure if there are versions prior to
v1.6.2
which are safe after
v1.4.0
)
@bland-eye-99092 @steep-lamp-91158 I see the PR was closed, wanted to confirm that this merged fix PR addresses the SDK issue? Presumably that is now included in the ory/client-go v1.9.0 release. (There was another user also inquiring about this)