-
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 stuck at createPagesStatefully #3813
Comments
Same behavior on Windows 10 (node v8.9.4) |
Looks like this commit is the culprit: 6bbc0d1 |
Looks like it's because |
Same here, our deployment via CircleCI is stuck since gatsby v1.9.177.
🚨 |
Same error. I think as @tomazy and @nsimonson that the problem is this commit: 6bbc0d1 |
Would be good to have some integration tests to prevent something like this from happening in the future... should I open a separate issue for that? |
Same here on Gitlab CI. |
+1 Downgrading gatsby to v1.9.167 solved it for me. Thx m-allanson for the tip |
Fixed here: 7bb93fe |
Thanks all for the quick resolution. |
Thanks! |
Description
Build never finishes, gets stuck at
createPagesStatefully
Environment
Gatsby version: 1.9.177
Node.js version: 8.9.4
Operating System: Ubuntu 16.04.3
File contents (if changed):
Nothing was changed.
Actual result
Build was stuck for 10 minutes until I killed it. Log:
Expected behavior
Site should build.
Steps to reproduce
1.
npm install -g gatsby
2.
gatsby new gatsby-site && cd gatsby-site
3.
gatsby build
The text was updated successfully, but these errors were encountered: