[SSG][Error handling] How to stack errors during SSG, and then invalid the build at exit? #60167
Unanswered
gustaveWPM
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have a question about something a little touchy with Next.js
Let's say I have errors that I can ONLY detect during the "Generating static pages" step.
How can I stack these errors, then fold them and throw them all at the END of the build?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions