Your latest push did not put a working site online yet. Here is exactly how our system decides to build your site — and how you control it by your files.
build script in package.json (or no package.json), we put your files online exactly as they are, so your index.html shows up.package.json has a build script for a static tool (React/Vite/Astro, or Next.js with output:'export'), we run the build and publish the built folder (dist/build/out).build but no output:'export', it needs a live server, so we run it for you in a container (you may need to give us the API keys it needs).Right now your repo is in: 🔵 Server app. To switch: delete the build script → 🟢 Plain website · add output:'export' → 🟡 Built app · keep it + send us the API keys → 🔵 Server app.
The build command failed — the exact error is below. Fix it (or switch build mode above), then push to main again — the site rebuilds automatically.
added 105 packages, and audited 106 packages in 8s 29 packages are looking for funding run `npm fund` for details 2 moderate severity vulnerabilities To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. npm notice npm notice New major version of npm available! 10.8.2 -> 12.0.1 npm notice Changelog: https://github.com/npm/cli/releases/tag/v12.0.1 npm notice To update run: npm install -g npm@12.0.1 npm notice > gitdeo-frontend@0.1.0 build > next build ⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache Attention: Next.js now collects completely anonymous telemetry regarding usage. This information is used to shape Next.js' roadmap and prioritize features. You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: https://nextjs.org/telemetry ▲ Next.js 15.5.20 Creating an optimized production build ... ✓ Compiled successfully in 5.4s Linting and checking validity of types ... Collecting page data ... Generating static pages (0/8) ... Generating static pages (2/8) Generating static pages (4/8) Generating static pages (6/8) ✓ Generating static pages (8/8) Finalizing page optimization ... Collecting build traces ... Route (app) Size First Load JS ┌ ○ / 161 B 106 kB ├ ○ /_not-found 994 B 103 kB ├ ○ /about 123 B 103 kB ├ ○ /contact 836 B 103 kB ├ ○ /dashboard 2.46 kB 105 kB └ ○ /login 1.78 kB 104 kB + First Load JS shared by all 102 kB ├ chunks/255-3981a3d1f3561bd8.js 46.2 kB ├ chunks/4bd1b696-c023c6e3521b1417.js 54.2 kB └ other shared chunks (total) 1.92 kB ○ (Static) prerendered as static content ::notice::npm run build успешен
HackOnVibe CI — this page auto-replaces a broken deploy so you can see exactly what went wrong.