Next.js Discord

Discord Forum

"Please provide the width and height of the image." using ImageResponse with @vercel/og

Unanswered
Narrow-barred Spanish mackerel posted this in #help-forum
Open in Discord
Avatar
Narrow-barred Spanish mackerelOP
For some reason it errors out and does not generate the OG Image because of this code:
    <img src={background} alt="" style={{
      width: "100%",
      display: "block",
      objectFit: "cover",
      position: "absolute"
    }} />

this works with other background urls, but with some it doesnt.
i believe there is some error with fetching the background image

2 Replies

Avatar
Sun bear
show more code
and the full error