Vercel deployment error

How can I solve this vercel deployment error for my t3 project? I haven't used vercel before. npm runing locally works well, but deploying on vercel gives me this strange error with no inormation
11 Replies
Pod
Pod•2y ago
Did you expand all those lines and look through the output? It should provide more info
willm
willm•2y ago
Does it not deploy if the linter is angry at some things? All it shows are linter warnings ah I see - "When ESLint is detected in your project, Next.js fails your production build (next build) when errors are present."
Pod
Pod•2y ago
👌
disgruntleddev
disgruntleddev•2y ago
Yeah . You'll get eslint and type errors at build time. Unless you tell next to ignore them
gle
gle•2y ago
how do I turn off eslint errors? im running into the same problem right now
gle
gle•2y ago
disgruntleddev
disgruntleddev•2y ago
Next configuration. I believe there's an option ignoreErrorsDuringBuild
disgruntleddev
disgruntleddev•2y ago
next.config.js Options: typescript
Next.js reports TypeScript errors by default. Learn to opt-out of this behavior here.
disgruntleddev
disgruntleddev•2y ago
*ignoreBuildErrors
disgruntleddev
disgruntleddev•2y ago
next.config.js Options: eslint
Next.js reports ESLint errors and warnings during builds by default. Learn how to opt-out of this behavior here.
disgruntleddev
disgruntleddev•2y ago
This too
Want results from more Discord servers?
Add your server