Auction Genius - Multivendor Auction and Bidding Platform front end

Trying to set up the front end for Auction Genius - Multivendor Auction and Bidding Platform, I have the backend working, but new to GitHub and Vercel, has anyone installed this before? I have front end files ect.

I get this, but the front end file does have those files.

[22:40:33.714] Running build in Washington, D.C., USA (East) – iad1
[22:40:35.718] Cloning github.com/Adayintk/Auction-Site (Branch: main, Commit: 56b26f3)
[22:40:36.232] Previous build cache not available
[22:40:36.349] Cloning completed: 630.838ms
[22:40:36.804] Running "vercel build"
[22:40:37.612] Vercel CLI 39.1.1
[22:40:38.166] Installing dependencies...
[22:41:04.610] 
[22:41:04.611] added 471 packages in 22s
[22:41:04.611] 
[22:41:04.611] 139 packages are looking for funding
[22:41:04.612]   run `npm fund` for details
[22:41:04.650] Detected Next.js version: 14.1.3
[22:41:04.658] Running "npm run build"
[22:41:04.853] 
[22:41:04.854] > go_auction_pro@0.1.0 build
[22:41:04.854] > next build
[22:41:04.854] 
[22:41:05.688] Attention: Next.js now collects completely anonymous telemetry regarding usage.
[22:41:05.691] This information is used to shape Next.js' roadmap and prioritize features.
[22:41:05.692] 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:
[22:41:05.692] https://nextjs.org/telemetry
[22:41:05.692] 
[22:41:05.710] 
[22:41:05.711] > Build error occurred
[22:41:05.712] Error: > Couldn't find any `pages` or `app` directory. Please create one under the project root
[22:41:05.712]     at findPagesDir (/vercel/path0/node_modules/next/dist/lib/find-pages-dir.js:42:15)
[22:41:05.712]     at /vercel/path0/node_modules/next/dist/build/index.js:405:73
[22:41:05.712]     at async Span.traceAsyncFn (/vercel/path0/node_modules/next/dist/trace/trace.js:151:20)
[22:41:05.712]     at async build (/vercel/path0/node_modules/next/dist/build/index.js:373:9)
[22:41:05.713]     at async main (/vercel/path0/node_modules/next/dist/bin/next:155:5)
[22:41:05.740] Error: Command "npm run build" exited with 1
[22:41:06.252]

There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.

A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0.

Hi, @adayintk! Welcome to the Vercel Community :smile:

[22:41:05.712] Error: > Couldn’t find any pages or app directory. Please create one under the project root

From this error message, it looks like it cannot find your pages or app directory. If you say that you have these set up, could you share a screenshot of your project structure? It’d be super helpful for us to debug.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.