-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[turbopack] The image format WebP is not supported #5347
Comments
@kwonoj I believe you enabled webp for next images, right? |
No, it is blocked by build platform support as far as I recall. |
Apparently webp support landed in today’s release. I’ll test and confirm |
I was experiencing the same error and updated my NextJS version in my package.json to 13.4.10 and I'm no longer getting the error. I also had this defined in my config:
|
I'm using Next 15.0.0-canary.14 (turbo) and still getting this message if anyone has any ideas for me. Converted the images to png in meantime. Edit: M3 Mac in container (aarch64) since I noticed this PR (vercel/next.js#52285) @kwonoj mentioned something about not supporting aarch64-linux-gnu... |
Any solutions for this? |
I ended up not relying on webp, I wasn't able to get this working any other way |
Can confirm this is still the case on v14.2.22 |
What version of Next.js are you using Turbopack in?
Next.js v13.4.6
What package manager are you using / does the bug impact?
npm, pnpm, Yarn v1, Yarn v2/v3 (node_modules linker only)
What operating system are you using?
Mac
Describe the Bug
This bug occurs when using
next dev --turbo
.I use webp for most images on tzvipm.dev. I have an import like this in my root
page.tsx
:when running
next dev --turbo
, and navigating to the home page, I get the following error in my terminal:In the browser, I also see an error:
Expected Behavior
Images in webp format should be incuded in the page without errors
To Reproduce
webp
format. You can use the one from my site to help debug, if you'd like: https://www.tzvipm.dev/portrait.webpnext dev --turbo
Reproduction Repo
No response
The text was updated successfully, but these errors were encountered: