ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
137 stars 85 forks source link

UiNode decoding issue in self-service browser kratos-client-go v1.0.0 #291

Closed mek-yt closed 4 months ago

mek-yt commented 10 months ago

Preflight checklist

Ory Network Project

No response

Describe the bug

I was using without problems the kratos server v1.0.0 with kratos-client-go v0.13.1 for the development of a self-service with golang zelus.

But when I upgraded to the v1.0.0 of the SDK the Nodes in UiContainer are not decode anymore with only null value or empty array but with the right number of elements.

Reproducing the bug

Relevant log output

No response

Relevant configuration

No response

Version

1.0.0

On which operating system are you observing this issue?

Linux

In which environment are you deploying?

Binary

Additional Context

I checked the data return from the API with the http.Response which looks ok but the the parsing failed to set the UiNode fields.

aeneasr commented 4 months ago

Should be fixed!