<@U010F2N7G2X> Logout URL in the latest kratos see...
# talk-kratos
j
@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
version mismach maybe?
j
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
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 :)