You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/debugging-html-builds.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Debugging HTML Builds
3
3
---
4
4
5
-
Errors while building static HTML files (the build-time React SSR process) generally happen for one of the following reasons:
5
+
Errors while building static HTML files (the build-time React SSR process) or while using `getServerData` (the [runtime SSR](/docs/reference/rendering-options/server-side-rendering/) process) generally happen for one of the following reasons:
6
6
7
7
1. Some of your code references "browser globals" like `window` or `document`
8
8
that aren't available in Node.js. If this is your problem you should see an
0 commit comments