Running Puppeteer Seamlessly in Serverless Platforms like Vercel
It was this morning when I came to know that puppeteer in its current form doesn’t work out of the box in platforms like Vercel (or AWS-Lambda but I don’t have personal experience with that, just Vercel for now).As I needed to convert HTML to PDF usi...
blog.techlism.in5 min read
BizStart Software
I have the same problem as you, and I've implemented your solution...and it ...kind of works. Problem is that 2 out of 3 runs in vercel... I hit the 10second timeout for serverless functions. Did you ever had this problem? ... my executablePath is chromium in github (maybe too slow here?)