Skip to content

Commit

Permalink
GH-1435: Add link to SSR troubleshooting.
Browse files Browse the repository at this point in the history
  • Loading branch information
plabadie committed Mar 21, 2022
1 parent da3e499 commit b83defc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _pages/dev/ssr/server-side-rendering-in-spartacus.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ ng add @spartacus/schematics --ssr

You have now added SSR support to your Spartacus application. No further steps are required.

If you are experiencing issues, you can refer to the SSR Troubleshooting section at the bottom of the <a href="{{ site.baseurl }}{% link _pages/dev/ssr/server-side-rendering-optimization.md %}">Server-Side Rendering Optimization</a> page.

## Adding SSR Support Manually

For most situations and setups, is is best to add SSR support to your Spartacus application using schematics, as described in the previous section. However, if you are unable to add SSR support using schematics, the following steps describe how to manually add SSR support so that your Spartacus shell app includes the Spartacus libraries running in SSR mode.
Expand Down

0 comments on commit b83defc

Please sign in to comment.