jeffJ
Convex Communityβ€’3y agoβ€’
10 replies
jeff

[SOLVED] Vercel deploy only creates index.html (+3 others)

Hi πŸ‘‹
I am deploying using Vercel by following the guide. My build succeeds, but the only static assets are:
/index.html
,
/assets/index-1b44bb0f.css
,
/assets/index-d68674be.js
, and
/vite.svg
.
Convex functions do get pushed. When trying to reproduce locally, the build command
npx convex deploy --cmd 'npm run build' -v
fails with no information.
How do I debug thisβ€”any help appreciated! πŸ™‚
Was this page helpful?