Hi team, I’m encountering an issue with the Ory No...
# general
b
Hi team, I’m encountering an issue with the Ory Node SDK. I’m trying to fetch a Kratos identity from a self-hosted instance, but I keep running into the following error:
AxiosError: The 'credentials' field on 'RequestInitializerDict' is not implemented.
Has anyone experienced this before or have any insights on how to resolve it? Thanks in advance!
The fetch package works fine, but it seems that Axios sets the credentials header, which isn’t supported in certain server environments, like Cloudflare Workers. But that’s okay—I’ll just use the fetch library directly...