-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Error: WebpackError #2916
Comments
Looks like I've fixed it but it was hard to track down. There were a couple of issues encase it helps anybody for future reference. I'm using Auth0's js SDK which was throwing some errors, disabling that lead me down the path to finding a few modules that needed the window and document available.
We're using |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues as many of them have already been resolved with the latest updates or explained in a previous issue. Feel free to open a new one if you still experience this problem or a similar one! 👍 |
Hi Guys,
I'm getting a error with my build but struggling to tell whether it's a common one to do with the window/document issue or something else. Any ideas...
I have the following folder structure...
And my pages folder just contains
index.jsx
and404.jsx
, no other files.Any ideas where I'm going wrong or is it the window/document issue coming from a third party module?
Really appreciate any help, thanks.
The text was updated successfully, but these errors were encountered: