craftzdog / gatsby-starter-ionic

A Gatsby starter with Ionic added on top
MIT License
17 stars 1 forks source link

SSR failing #1

Open craftzdog opened 4 years ago

craftzdog commented 4 years ago

When building, it gets:

WebpackError: ReferenceError: window is not defined

This is because Ionic does not support server-side rendering yet. Seems like they are working on it, so let's wait for it.

mcarnoky001 commented 3 years ago

try to make if conditions, where window is used in code: if (typeof window !== "undefined") { window.history.state }