-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images are failing to be served (502 Error) using next/image
#132
Comments
Is WebP not one of the supported types in |
For reference here's my last "succeeding" build that didn't like the
|
Closing this in favor of a feature request. However some build log indicating the |
Describe the bug
Using the next.js
<Image />
component (next/image
) my builds run perfectly. However I have awebp
that is in the nextpublic
folder for my site logo which is failing to load on the page itself. I'm getting a502 Bad Gateway error
, but there's nothing in the build logs to indicate any problems.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the @netlify/plugin-nextjs build plugin to enable Nextjs image optimization to just work, and be served in kind.
Versions
If you're using the CLI to build
N/A - Build (dev, prod, export ... all) working locally
OS: [e.g. macOS, Windows]netlify/cli version:If you're using file-based installation
Additional Information
On a whim I did a direct
GET
and got back the following error on the image asset. This error leads me to believe there's something falling down on the server (or CDN) side that is failing to serve the image.The text was updated successfully, but these errors were encountered: