Open dandenney opened 2 years ago
I encountered this issue months ago. The root cause is that the plugin embeds Puppeteer, whose size is just below Netlify's function max size. To fix this issue, I reduced the plugin size, by removing dependencies and inlining code.
I won't be able to work on this issue right now. At least, a tip: 11ty screenshot API is quite similar. It would be useful to:
puppeteer-core
has been downgraded to 10.1.0 a month ago. Maybe this is related?Thank you, I'll follow up with whatever I find to get it working
Great! I would gladly accept a PR if you submit one.
Describe the bug With a fork of this repo, the builds in Netlify will not complete. The build fails with
Failed to upload file: resoc-open-graph-image
. I'm really looking forward to using this and hope to be able to move to the dynamic version via the exported script. Thank you for any help you can give and I'll help any way that I can.Steps to reproduce
Expected behavior Build would pass and the social images would be created on Netlify.
Configuration Full log