hi there, I've used the v0alpha2 go sdk in the pas...
# talk-kratos
b
hi there, I've used the v0alpha2 go sdk in the past now without issues but working on with it recently I seem to be getting a possible openapi spec code gen issue. The error message is
{"msg":"Data failed to match schemas in oneOf(UiNodeAttributes)","status_code":400}
when calling the self service login flow
flow, r, err := o.client.V0alpha2Api.InitializeSelfServiceLoginFlowWithoutBrowser(context.Background()).Refresh(refresh).Execute()
. This returns an error from the flow but the http.response is a 200 which is what leads me to believe its a code gen related
m
Hello Esteban, Wold you be willing to create a bug report in the ory/sdk repo? This would help us to keep track of this issue 🙏
b
Yep absolutely! I'll open a bug report 👍