Lucien Le Roux

Results 1 comments of Lucien Le Roux

I have the same issue, I believe all `defaultHeaders` are impacted. A temporary workaround is to set the credentials header manually as such: ```ts .onRequest(({ set }) => { set.headers['access-control-allow-credentials']...