Hey all :wave: Upgrading to Kratos 0.11.1 gives us...
# talk-kratos
g
Hey all 👋 Upgrading to Kratos 0.11.1 gives us an error when doing a
CreateBrowserLoginFlow
=>
Copy code
Data failed to match schemas in oneOf(UiNodeAttributes)
which supposedly comes from https://github.com/ory/kratos-client-go/blob/master/model_ui_node_attributes.go#L145 Our call to this endpoint used to work - any idea what we missed in the release notes? 🤔
We are still using
Copy code
<http://github.com/ory/kratos-client-go|github.com/ory/kratos-client-go> v0.11.1
Is it still supposed to work? or do we have to switch over to
Copy code
"<http://github.com/ory/client-go|github.com/ory/client-go>"
now? 🤔
My bad, it seems to work fine with v0.11.1 ✔️ Just not all servers updated from the v0.10.1 SDK 🙂