benjicarpy19
benjicarpy19
Thanks, here's the response object im using btw: ``` return { statusCode: 200, headers: { 'content-type': 'application/pdf', 'content-disposition': `attachment; filename="order.pdf"` }, body: somePdfBuffer.toString('base64'), isBase64Encoded: true }; ```
I have also tried switching binaryMediaTypes to: ``` BinaryMediaTypes: - application/pdf ``` but it has the same result
Any luck in re-producing the issue?
Just chasing again, any updates on this?