Amazon web services – ReferenceError: ReadableStream is not defined using Puppeteer's page.pdf() on AWS
I have implemented a PDF download feature in my current project using Puppeteer. I'm hosting the project on AWS with Node 18. Locally, it works perfectly fine, but in production when I hit the PDF download API, it returns the…