DEV Community

Discussion on: How to add search to your Gatsby site

Collapse
 
foxnacity profile image
Damian Nowak

Everything works, unless i try to deploy my website. I get error on:

const { search } = window.location
Enter fullscreen mode Exit fullscreen mode

End the error is "WebpackError: RefferenceError: window is not defined". I tried to fix it, by using solutions listed in gatsby docs, but none of them works.

Do you have any solutions for that?