SDK UpdateRegistrationFlow()
returns nil values despite successful call
#3697
Labels
bug
Something is not working.
Preflight checklist
Ory Network Project
No response
Describe the bug
Hi, I was upgrading the kratos-client-go SDK version from
v0.13.1
tov1.0.0
. Upon upgrading, I found a bug regarding the returned struct of theUpdateRegistrationFlow
function as it returns nil values.Reproducing the bug
In the
respSubmitFlow
, the variable contains nil values. However, on inspectingresp
, the body returns the information successfully.Relevant log output
No response
Relevant configuration
No response
Version
v1.0.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes with Helm
Additional Context
These are the screenshots of our debugging process.
The pictures below you can see
respSubmitFlow
contains all the nil values. Whereas Inresp
, the raw body contains otherwise.The values for
respSubmitFlow
The values for
resp
The text was updated successfully, but these errors were encountered: