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
I am also facing this when trying to update a login flow. From my current experience, the DX of using the SDK is awful. The doc is inconsistent and there isn't any well-explained doc about the logic of the SDK. It turns out to me that directly using fetch to call each api is more straightforward except that you have to handle with the type check yourself.
Preflight checklist
Ory Network Project
No response
Describe the bug
This is a snippet from the generated Typescript SDK. There should be a redirect_browser_to action, but it's not present.
It is mentioned in the docs https://www.ory.sh/docs/kratos/reference/api#tag/frontend/operation/updateRegistrationFlow
The ContinueWithActionRedirectBrowserToString is also nowhere within the sdk.
Reproducing the bug
Install @ory/kratos-client 1.2.1
View it's code in node_modules, see it's missing
Relevant log output
No response
Relevant configuration
No response
Version
Kratos 1.3.0, "@ory/kratos-client": "^1.2.1",
On which operating system are you observing this issue?
Windows
In which environment are you deploying?
Docker
Additional Context
No response
The text was updated successfully, but these errors were encountered: