Next.js Discord

Discord Forum

Error: Image size cannot be determined, Please provide the width and height of the image

Unanswered
Nile Crocodile posted this in #help-forum
Open in Discord
Nile CrocodileOP
I am utilizing opengraph-image.tsx in my application and have
export const size = {
  width: 1200,
  height: 630,
}


As well as ...size in the ImageResponse options. However, in the projects logs in Vercel I get the error Image size cannot be determined. Please provide the width and height of the image.

0 Replies