amianthus
amianthus
CCConvex Community
Created by amianthus on 4/14/2025 in #support-community
Can't deploy to Vercel with Next.js
Sentry doing its stuff is expected - but as you can see "bun run build" is being executed again Without convex, the cmd "bun run build" wont actually be executed at all on vercel, it will recognise it was already ran prior and ignore that. With convex, because npx convex deploy is actively executing the cmd "bun run build", it makes sense for it to run twice But what I wanted to happen was "npx convex deploy --cmd "bun run build" to not execute at all. just like prior to not having convex Vercel should detect the inputs havent changed, so nor should the outputs Not sure if this is a convex or vercel issue, but I hope this stuff helps
9 replies
CCConvex Community
Created by amianthus on 4/14/2025 in #support-community
Can't deploy to Vercel with Next.js
it seems like if i redeploy with changed env keys or whatever non-code base change it is, it wont use the build cache
9 replies
CCConvex Community
Created by amianthus on 4/14/2025 in #support-community
Can't deploy to Vercel with Next.js
ok i got that to work, but does convex currently support a vercel build cache?
9 replies