nuxt image IPX provider on vercel - routes are no longer getting prerendered
Hi everyone!
When I run
pnpm run build
locally on my machine, all /_ipx/**
routes are discovered on prerender and the images in all required formats are generated (transformed).
Now trying to deploy on vercel (also with IPX provider), the images are not getting generated (missing from build output). I confirmed vercel runs the same build command -> pnpm run build
.
versions:
"nuxt": "^3.12.2" "@nuxt/image": "^1.7.0",I also tried with nuxt 3.11.1 + @nuxt/image 1.4.0 (this was used 30 days ago for the last
--prod
build, where everything was still working fine).
Basically, 30d ago, everything was working, today it's not.
image is configured as follows:
Is anyone aware of changes on vercel's side, or how to analyse further? Many thanks!1 Reply
build logs before
[info] [nitro] Prerendering 3 initial routes with crawleris 1:1 identical to my local machine build log. but all ipx routes are missing, resulting in vercel:
[info] [nitro] Prerendered 252 routes in 17.997 seconds
local: Prerendered 2470 routes in 63.72 seconds
node.js 20.x is used both with vercel and locally
I somehow managed to recover by downloading the last stable deployment sources from vercel.
Unfortunately, I still don't understand the cause. I've compared versions, lock files, ...
Anyway, I'm able to deploy again... closing this