I've lost a lot of credits because this building error

[20:48:48.709] Running build in Washington, D.C., USA (East) – iad1
[20:48:48.709] Build machine configuration: 2 cores, 8 GB
[20:48:48.738] Retrieving list of deployment files…
[20:48:49.382] Downloading 110 deployment files…
[20:48:51.360] Restored build cache from previous deployment (HrwW3dEg31SPN7vSG9g1gcoZJFqH)
[20:48:51.708] Running “vercel build”
[20:48:52.089] Vercel CLI 47.0.5
[20:48:52.435] Running “install” command: bun install
[20:48:52.471] bun install v1.2.21 (7c45ed97)
[20:48:52.492] Resolving dependencies
[20:48:56.503] Resolved, downloaded and extracted [950]
[20:48:56.964] Saved lockfile
[20:48:56.965]
[20:48:56.965] Checked 209 installs across 264 packages (no changes) [4.51s]
[20:48:57.252] Detected Next.js version: 14.2.16
[20:48:57.255] Running “bun run build”
[20:48:57.264] $ next build
[20:48:58.086] ▲ Next.js 14.2.16
[20:48:58.086]
[20:48:58.147] Creating an optimized production build …
[20:49:06.609] ✓ Compiled successfully
[20:49:06.610] Skipping validation of types
[20:49:06.611] Skipping linting
[20:49:06.880] Collecting page data …
[20:49:07.222] TypeError: i.createContext is not a function
[20:49:07.224] at 2167 (/vercel/path1/.next/server/chunks/798.js:4:44851)
[20:49:07.224] at t (/vercel/path1/.next/server/webpack-runtime.js:1:127)
[20:49:07.225] at 6418 (/vercel/path1/.next/server/app/_not-found/page.js:1:2177)
[20:49:07.225] at t (/vercel/path1/.next/server/webpack-runtime.js:1:127)
[20:49:07.225] at 1805 (/vercel/path1/.next/server/app/_not-found/page.js:1:636)
[20:49:07.226] at t (/vercel/path1/.next/server/webpack-runtime.js:1:127)
[20:49:07.226] at n (/vercel/path1/.next/server/app/_not-found/page.js:82:1242)
[20:49:07.227] at /vercel/path1/.next/server/app/_not-found/page.js:82:1269
[20:49:07.227] at t.X (/vercel/path1/.next/server/webpack-runtime.js:1:1181)
[20:49:07.227] at /vercel/path1/.next/server/app/_not-found/page.js:82:1255
[20:49:07.231]
[20:49:07.231] > Build error occurred
[20:49:07.232] Error: Failed to collect page data for /_not-found
[20:49:07.232] at /vercel/path1/node_modules/next/dist/build/utils.js:1268:15
[20:49:07.232] at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
[20:49:07.232] type: ‘Error’
[20:49:07.233] }
[20:49:07.246] error: script “build” exited with code 1
[20:49:07.257] Error: Command “bun run build” exited with 1

What is this? Is v0 worth it? Its just a simple Landing Page with Convex implementation.

I don’t understand, how did you lose credits over building? Also it seems there is an issue with your _not-found page. Have you created this page or is it being generated by v0? The object seems to have not been properly initialized or whichever class it is using doesn’t have the “createContext” function. You can share your project if it isn’t too confidential.