You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having troubles on one of my Vercel deployments using @nuxt/vercel-builder.
Builds went from ~2min to 30+min and when I take a look at my build logs, I have thousands of lines of NowBuildError logged. (see above example:
I've successfuly isolated the issue, which comes when I'm building my 2 serverless functions using @vercel/node. If I comment this out in my builds in vercel.json, it works fine.
@danielroe When I yarn build locally it works just fine. I haven't tried deploying it to Vercel without @nuxtjs/vercel-builder because I need SSR rendering on this specific project...
I'm having troubles on one of my Vercel deployments using @nuxt/vercel-builder.
Builds went from ~2min to 30+min and when I take a look at my build logs, I have thousands of lines of NowBuildError logged. (see above example:
I've successfuly isolated the issue, which comes when I'm building my 2 serverless functions using @vercel/node. If I comment this out in my builds in
vercel.json
, it works fine.vercel.json
"@nuxtjs/vercel-builder": "^0.22.1"
I've re-created a minimal example here: https://github.com/paullacour/nuxtvercel
The text was updated successfully, but these errors were encountered: