Is `@ory/client@1.1.19` compatible with Kratos `v0...
# ory-network
r
Is
@ory/client@1.1.19
compatible with Kratos
v0.11.1
?
We are running kratos locally and use ory-network for staging/prod
Updated to
v1.1.21
still the same problem
It seems that the client doesn't send the cookie along with the request
But I don't know why
Copy code
const oryApi = new FrontendApi(
	new Configuration({
		basePath: appConfig.kratosUrl,
		baseOptions: {
			withCredentials: true,
			timeout: 5000,
		},
	}),
)
Upgraded to
"@ory/client": "^1.1.21"
but no luck either. I'll open a ticket 🤷