Error: Image size cannot be determined, Please provide the width and height of the image
Unanswered
Nile Crocodile posted this in #help-forum
Nile CrocodileOP
I am utilizing
As well as
opengraph-image.tsx
in my application and haveexport 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
.