You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Relevant configuration
_No response_
### Version
`require github.com/ory/kratos-client-go v1.0.0`
### On which operating system are you observing this issue?
None
### In which environment are you deploying?
None
### Additional Context
_No response_
The text was updated successfully, but these errors were encountered:
Preflight checklist
Ory Network Project
No response
Describe the bug
There is a bug in the Kratos Golang client, where the oneOf(UiNodeAttributes) is always multiple because they all have node_type This error is being returned https://github.com/ory/kratos-client-go/blob/e9aeb0ece9b90a58659db5287a7d4b895d493209/model_ui_node_attributes.go#L141
This error is discarded too because it swallowed here https://github.com/ory/kratos-client-go/blob/e9aeb0ece9b90a58659db5287a7d4b895d493209/model_ui_node.go#L202-L204
Reproducing the bug
Relevant log output
The text was updated successfully, but these errors were encountered: