-
Hi Guys, I run in a pretty big project into a https://github.com/vercel/next.js/blob/master/errors/prerender-error.md due to broken/misspelled links deep nested in my page tree (headless CMS). Due to the error the build process (SSG) never succeeds. Is there a way to print out the broken links and on which they happen? Currently its quite difficult to keep track on broken links. Is there (probably out of NextJS) a good spider/crawler which I could run over an entire site and test if all links are still working? Any suggestions are welcome! Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
I am fighting with this error message in particular:
Is there a possibility to get more information about this kind of error? Or to still finalize the build and not stopping it? |
Beta Was this translation helpful? Give feedback.
I am fighting with this error message in particular:
Is there a possibility to get more information about this kind of error? Or to still finalize the build and not stopping it?