Skip to content
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

ipx 500 with non-rounded image widths during prerender #1425

Open
hrehfeld opened this issue Aug 10, 2024 · 1 comment
Open

ipx 500 with non-rounded image widths during prerender #1425

hrehfeld opened this issue Aug 10, 2024 · 1 comment

Comments

@hrehfeld
Copy link

hrehfeld commented Aug 10, 2024

├─ /_ipx/w_880.5/media/foo.jpg (544ms)                  nitro 3:16:14 PM
  │ ├── Error: [500] 
  │ └── Linked from /

Note the w_880.5, I suspect it's failing because of this.

I have in my config:

    densities: [1, 1.5, 2],
@hrehfeld hrehfeld changed the title ipox 500 with non-rounded image widths during prerender ipx 500 with non-rounded image widths during prerender Aug 10, 2024
@madc
Copy link
Contributor

madc commented Nov 12, 2024

We see a similar issue:

  ├─ /_ipx/s_800x950/base/c32bc42e-0c27-45f6-b0da-3f2ae7a3eea0.webp (25305ms)                                           nitro 8:24:28 PM
  │ ├── Error: [500] 
  │ └── Linked from /
  │ └── Linked from /de
  ├─ /_ipx/s_1092x988/base/6de9ee26-1530-4110-98d3-b3c349db5d47.webp (25324ms)                                          nitro 8:24:28 PM
  │ ├── Error: [500] 
  │ └── Linked from /
  │ └── Linked from /de
  ├─ /_ipx/s_720x856/base/c32bc42e-0c27-45f6-b0da-3f2ae7a3eea0.webp (25318ms)                                           nitro 8:24:28 PM
  │ ├── Error: [500] 
  │ └── Linked from /
  │ └── Linked from /de
  ├─ /_ipx/s_1440x1712/base/c32bc42e-0c27-45f6-b0da-3f2ae7a3eea0.webp (25319ms)                                         nitro 8:24:28 PM
  │ ├── Error: [500] 
  │ └── Linked from /
  │ └── Linked from /de

Images are shown during development but it seems to crash on yarn generate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants