Skip to content

Commit 0c04ce0

Browse files
chore(docs): Update "Debugging HTML builds" to include getServerData (#34631)
Co-authored-by: Lennart <[email protected]>
1 parent 4ce7693 commit 0c04ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/debugging-html-builds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Debugging HTML Builds
33
---
44

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:
66

77
1. Some of your code references "browser globals" like `window` or `document`
88
that aren't available in Node.js. If this is your problem you should see an

0 commit comments

Comments
 (0)