Skip to content

Commit

Permalink
chore(docs): Update "Debugging HTML builds" to include getServerData (
Browse files Browse the repository at this point in the history
#34631)

Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
xaviemirmon and LekoArts committed Feb 7, 2022
1 parent 4ce7693 commit 0c04ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/debugging-html-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Debugging HTML Builds
---

Errors while building static HTML files (the build-time React SSR process) generally happen for one of the following reasons:
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:

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

0 comments on commit 0c04ce0

Please sign in to comment.