hartmut
nuxt image IPX provider on vercel - routes are no longer getting prerendered
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
4 replies
nuxt image IPX provider on vercel - routes are no longer getting prerendered
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
4 replies
nuxt project was working fine 1 month ago now fails on `pnpm run build` prerender
Narrowing it down did help, indeed, and I have to take back that no errors were printed out.
I might post more details tomorrow, but I've discovered multiple issues where the most fatal but also most obvious mistake was that I used the wrong node version locally (17 instead of 20)
4 replies
ERR_PNPM_EEXIST on vercel `pnpm install` after nuxt upgrade to 3.11.1
Actually no. I run into the same problem again trying to release to
--prod
. I think it's a build cache issue (vercel).
It only worked because while trying to solve, I had switched to yarn
and then back to pnpm
which caused the build cache to be purged.6 replies