No badges yet
Next.js Vercel Deployment Error: Failed to Collect Page Data for /api/favourites/[drivingSchoolId]
Hello, Yes sure I will provide more info. my /api/favourites/[drivingSchoolId] route code ``` import { NextResponse } from "next/server"; import getCurrentUser from...
Next.js Vercel Deployment Error: Failed to Collect Page Data for /api/favourites/[drivingSchoolId]
Hello, I'm trying to deploy my Next.js application to Vercel, but I'm encountering a build error related to a specific API route. The error message indicates that there was a...
No accepted solutions yet