https://www.ory.sh/ logo
j

jolly-tiger-57705

04/11/2022, 1:35 PM
@User Logout URL in the latest kratos seems to be wrong, I keep getting 404. I call
initializeSelfServiceBrowserLogoutFlowRaw
it performs a GET req to
/self-service/browser/flows/logout
h

high-optician-2097

04/11/2022, 1:50 PM
version mismach maybe?
j

jolly-tiger-57705

04/11/2022, 1:59 PM
I'm using the right json to generate the client: https://raw.githubusercontent.com/ory/kratos/v0.9.0-alpha.3/.schema/openapi.json and I'm pulling
oryd/kratos:v0.9.0-alpha.3
Is
/self-service/browser/flows/logout
the right URL?
h

high-optician-2097

04/11/2022, 5:06 PM
It should be
/self-service/browser/logout
the api spec is in
/spec
- the other one is deprecated - we also recommend using the official sdks where possible :)
2 Views