I’m learning Nextjs and making my own online resume, but I encountered this problem that I can’t solve. Can anyone help me?
An unexpected error happened when running this build. We have been notified of the problem. This may be a transient error. If the problem persists, please contact Vercel Support https://vercel.com/help
I have no problem building locally
{
“private”: true,
“scripts”: {
"build": "next build",
"dev": "next dev --turbopack",
"start": "next start"
},
“dependencies”: {
"@heroicons/react": "^2.2.0",
"@tailwindcss/forms": "^0.5.10",
"autoprefixer": "10.4.20",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"next": "16.0.0-canary.3",
"next-auth": "5.0.0-beta.25",
"postcss": "8.5.1",
"postgres": "^3.4.6",
"react": "latest",
"react-dom": "latest",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"use-debounce": "^10.0.4",
"zod": "^3.25.17"
},
“devDependencies”: {
"@types/bcrypt": "^5.0.2",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3"
},
“pnpm”: {
"onlyBuiltDependencies": \[
"bcrypt",
"sharp"
\]
},
“packageManager”: “pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34”
}
