Sonicj

Results 2 comments of Sonicj

Try with ```ts const loginResponse = await ofetch.raw('/login', { method: 'POST', body: { email: '[email protected]', password: 'test123', }, credentials: "include", }); ```

> You mean `credentials: include`? Thats what I tried as I wrote in the initial issue Yeah my bad, did you try it with `access-control-allow-credentials` header set to true in...