You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image component does not render images correctly in Production on Netlify using the @astrojs/netlify adapter. Everything works fine in dev mode but once deployed to Netlify the image endpoint fails to generate and return images, instead it throws the following error:
The image "URL" cannot be displayed because it contains errors.
What version of
astro
are you using?2.10.12
Are you using an SSR adapter? If so, which one?
Netlify
What package manager are you using?
npm
What operating system are you using?
Windows
What browser are you using?
Chrome
Describe the Bug
The image component does not render images correctly in Production on Netlify using the @astrojs/netlify adapter. Everything works fine in dev mode but once deployed to Netlify the image endpoint fails to generate and return images, instead it throws the following error:
The image "URL" cannot be displayed because it contains errors.
Same error #4794
What's the expected result?
It simply should render the images useing @astro/image
Link to Minimal Reproducible Example
https://github.com/lgastler/astro-image-ssr-reproduction
Participation
The text was updated successfully, but these errors were encountered: