Html – NextJs 14 "ReferenceError: document not defined" and "prerendering error" how do you know which page the error is on?
I get this error when I try to build (run build) my nextjs application. But I have a lot of files/pages and this error message doesn't say much to me. How do I find the exact location where this error…