You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I seem to be hitting an error when it comes to running gatsby build.
Building static HTML failed
See our docs page for more info on this error: https://gatsby.dev/debug-html
216 | var validateRedirect = function validateRedirect(from, to) {
217 | var filter = function filter(segment) {
> 218 | return isDynamic(segment);
| ^
219 | };
220 | var fromString = segmentize(from).filter(filter).sort().join("/");
221 | var toString = segmentize(to).filter(filter).sort().join("/");
WebpackError: /Users/shane/sites/static/neverspoons-bottleshop/public/render-page.js:1412
If I comment out this plugin and the components the site builds fine.
I have the config setup as per the documentation and I also have the conditional check for if the window is defined too.
Is there a demo of this working on a gatsby project at all?
The text was updated successfully, but these errors were encountered:
So I seem to be hitting an error when it comes to running
gatsby build
.If I comment out this plugin and the components the site builds fine.
I have the config setup as per the documentation and I also have the conditional check for if the window is defined too.
Is there a demo of this working on a gatsby project at all?
The text was updated successfully, but these errors were encountered: