Steven
Steven
"Debugger attached" sounds like the debugger might be interfering. Does it work without that?
Can you share the source code? Specifically vercel.json
Did you run `yarn install`?
Do you have a `dist` directory with the file `dist/web/index.js`? What is the content of that file?
Which OS are you using?
I don't have Windows machine accessible today but I can try it out next week to see if it reproduces on Windows. In the meantime, you could try Linux or...
We would have to use something besides puppeteer screenshot which only supports png and svg. https://github.com/puppeteer/puppeteer/blob/v5.2.1/docs/api.md#pagescreenshotoptions Also, need to research if existing social networks will accept svg as the og...
> in that case the URL wouldn't be reachable anymore What does that mean? Using [`api/`](https://github.com/vercel/og-image/blob/main/api/index.ts) is how this repo works as seen here: https://og-image.vercel.app Have you tried cloning this...
@marklawlor The linked issues were fixed so perhaps you are hitting a different corner case. If you could create a new issue with an example repo that fails, then we...
We decided that embedding a browser is not a sustainable solution. So we built an alternative solution to convert HTML/CSS to PNG. Check out https://vercel.com/blog/introducing-vercel-og-image-generation-fast-dynamic-social-card-images