Hi,
I need to use the flag v3_singleFetch: false
to be able to use Response.json
in loader and actions.
But i also want to use await
billing.request({…})
.
But this doesn’t works because billing.request return a redirection but the flag broke this, so i get a 401 error.
Thanks.