hartmut
hartmut
NNuxt
Created by hartmut on 6/28/2024 in #❓・help
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
NNuxt
Created by hartmut on 6/28/2024 in #❓・help
nuxt image IPX provider on vercel - routes are no longer getting prerendered
node.js 20.x is used both with vercel and locally
4 replies
NNuxt
Created by hartmut on 6/28/2024 in #❓・help
nuxt image IPX provider on vercel - routes are no longer getting prerendered
build logs before
[info] [nitro] Prerendering 3 initial routes with crawler
is 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
NNuxt
Created by hartmut on 6/26/2024 in #❓・help
nuxt project was working fine 1 month ago now fails on `pnpm run build` prerender
Thanks @L422Y
4 replies
NNuxt
Created by hartmut on 6/26/2024 in #❓・help
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
NNuxt
Created by hartmut on 6/26/2024 in #❓・help
nuxt project was working fine 1 month ago now fails on `pnpm run build` prerender
Thanks! Do you know if there's any way to get hold of the cause for the 500 error during prerender?
4 replies
NNuxt
Created by hartmut on 3/27/2024 in #❓・help
ERR_PNPM_EEXIST on vercel `pnpm install` after nuxt upgrade to 3.11.1
I run into this again, VERCEL_FORCE_NO_BUILD_CACHE didn't help but --force (from CLI) did. use like -> vercel --force
6 replies
NNuxt
Created by hartmut on 3/27/2024 in #❓・help
ERR_PNPM_EEXIST on vercel `pnpm install` after nuxt upgrade to 3.11.1
trying again with VERCEL_FORCE_NO_BUILD_CACHE=1 vercel --prod
6 replies
NNuxt
Created by hartmut on 3/27/2024 in #❓・help
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
NNuxt
Created by hartmut on 3/27/2024 in #❓・help
ERR_PNPM_EEXIST on vercel `pnpm install` after nuxt upgrade to 3.11.1
then pnpm install and re-deploy with vercel seems to work
6 replies
NNuxt
Created by hartmut on 3/27/2024 in #❓・help
ERR_PNPM_EEXIST on vercel `pnpm install` after nuxt upgrade to 3.11.1
I think deleting pnpm-lock.yaml AND deleting ./node_modules resolved this issue
6 replies