-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing redirect_browser_to action on ContinueWith in typescript client #384
Comments
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. |
Same issue here with
|
You will need to use the Kratos SDK of 1.3.0 if you're using Kratos 1.3.0 :) |
I can see that the SDK definition of 1.3.0 has the missing continue_with included, so I'm going to close this issue. |
I see, I'll trigger an v1.3.2 release but maybe the CI fails again. We're planning a new kratos release very soon in any case. As a workaround you can try to use |
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: