3 photos5
Itel p5Please wait while we prepare the next marketplace view.
Adum, Kumasi, Ashanti
Itel model: A60 Storage: 128 GB RAM / memory: 24 GB RAM SIM / network: Dual SIM Condition: Brand new ## Error Type Runtime Error ## Error Message Invalid `prisma.listing.findUnique()` invocation in /Users/emmanuel/Desktop/apps/kay52plus/apps/api/src/routes/listings.ts:534:40 531 }); 532 533 listingsRouter.get("/:slug", async (req, res) => { → 534 const listing = await prisma.listing.findUnique( The column `SellerProfile.slug` does not exist in the current database. at <unknown> (/Users/emmanuel/Desktop/apps/kay52plus/apps/api/src/routes/listings.ts:534:40) at readJson (lib/api.ts:76:11) at getMarketplaceListing (lib/api.ts:196:19) at ListingDetailPage (app/listing/[slug]/page.tsx:25:19) ## Code Frame 74 | async function readJson<T>(response: Response): Promise<T> { 75 | if (!response.ok) { > 76 | throw new Error(await readErrorMessage(response)); | ^ 77 | } 78 | 79 | return (await response.json()) as T; Next.js version: 16.2.3 (Webpack)
BeezyBuy