You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd just run the branch main of this repository in my initial Vercel project deployment but get this error on build stage
at pa (/vercel/path0/node_modules/@prisma/client/runtime/library.js:33:69)
at new r (/vercel/path0/node_modules/@prisma/client/runtime/library.js:127:3083)
at 32021 (/vercel/path0/.next/server/app/api/auth/[...nextauth]/route.js:72:163232)
at t (/vercel/path0/.next/server/webpack-runtime.js:1:128)
at 13631 (/vercel/path0/.next/server/app/api/auth/[...nextauth]/route.js:1:1928)
at t (/vercel/path0/.next/server/webpack-runtime.js:1:128)
at r (/vercel/path0/.next/server/app/api/auth/[...nextauth]/route.js:72:178177)
at /vercel/path0/.next/server/app/api/auth/[...nextauth]/route.js:72:178208
at t.X (/vercel/path0/.next/server/webpack-runtime.js:1:1206)
at /vercel/path0/.next/server/app/api/auth/[...nextauth]/route.js:72:178190 {
clientVersion: '5.11.0',
errorCode: undefined
}
> Build error occurred
Error: Failed to collect page data for /api/auth/[...nextauth]
at /vercel/path0/node_modules/next/dist/build/utils.js:1258:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: 'Error'
}
Error: Command "npm run build" exited with 1
The text was updated successfully, but these errors were encountered:
I'd just run the branch main of this repository in my initial Vercel project deployment but get this error on build stage
The text was updated successfully, but these errors were encountered: