[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [v0](/c/v0/59) # build fails for app created using v0 platform 27 views · 0 likes · 5 posts Makeitraina (@makeitraina) · 2026-02-26 Im using the v0 platform api to initialize a project and a chat. The initialize setup works great and I can see the code and preview in v0 for the project that was created all the files look correct. When I try to publish the project the build in vercel fails. Its quite strange because it looks like the publish action adds a bunch of extra directories that are not present in v0 which require dependencies that aren’t configured and therefore case the build to fail in v0 however (you can see im on Latest) these are the directories. The preview shows correctly in v0 because there is no extra directories causing the build to fail.  This is what I see in vercel deployment. See all the files app, components, hooks, etc.  Pauline P. Narvas (@pawlean) · 2026-02-27 What do the error logs show on Vercel? Makeitraina (@makeitraina) · 2026-02-28 The error logs show that there are dependencies missing. And it makes sense because hitting publish on v0 added a bunch of files to the project on vercel that were not originally there when I setup the project using the platform api. The build is error because dependencies that are needed in the newly added files are not defined in my original base repo Im using. Community Backoffice (@community-backoffice) · 2026-03-06 Hey! To help debug your v0 project, could you share your **v0 chat link**? It looks like `https://v0.app/chat/...` — you can copy it from your browser's address bar while in the chat. You'll also need to unlist the chat so our team can view it — here's how: https://v0.app/docs/sharing This helps the team reproduce what you're seeing much faster. Thanks! Makeitraina (@makeitraina) · 2026-03-11 you can close this. I got in touch with support, they identified the problem and its in the backlog.