```import { Configuration, V0alpha2Api } from '@or...
# talk-kratos
l
Copy code
import { Configuration, V0alpha2Api } from '@ory/client';
const config = {
  baseOptions: { withCrendentials: true },
  basePath: '<http://localhost:4433>',
};

export default new V0alpha2Api(new Configuration(config));
r
typo in
withCredentials
extra
n
l
🙏 🤦‍♂️ Sorry and thank you so much @red-machine-69654
r
Happens! 😅