Next.js Discord

Discord Forum

I want to log all build errors NEXTJS

Answered
Sloth bear posted this in #help-forum
Open in Discord
Sloth bearOP
I want to log all build errors so i can be able to fix them, because when i deploy to vercel they always stop me at the first error so i am forced to fix it one by one, i want to log them all at once. Thanks
Answered by B33fb0n3
You can run your typescript server locally to fix all errors with that. When you use VSCode you can use use keybind CTRL + SHIFT + B (if I haven’t changed them for myself)
View full answer

1 Reply

@Sloth bear I want to log all build errors so i can be able to fix them, because when i deploy to vercel they always stop me at the first error so i am forced to fix it one by one, i want to log them all at once. Thanks
You can run your typescript server locally to fix all errors with that. When you use VSCode you can use use keybind CTRL + SHIFT + B (if I haven’t changed them for myself)
Answer