Ezra T. Weaver
Ezra T. Weaver
@raci-aivy I had a similar issue, its due to a bug in the latest version of `@react-pdf/layout`, adding this to my package.json, right under dependencies, resolved the issue for me....
> If you must set cookies, how do I configure them @guominfang you're going to have to manage the cookies yourself in code, I used secure storage, and the before...
@dominictobias this is what im doing ```typescript const response: AxiosResponse = axios.get("/endpoint", data) response.headers['set-cookie'] // this is the 'set-cookie' from the response axios.get("/endpoint", { headers: { Cookie: // put a...
I am also effected by this same issue, however I still get this error even with sound off.