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
After running into problems similar in nature to #22815 and #22907 I upgraded to 10.0.9-canary.6. This seemed to resolve the issue with it blowing when running next build however when it gets to the "Generating static pages" section there are 0 static pages and this seems to cause some sort of infinite loop. I walked away for 45 minutes while it sat there doing [ =] info - Generating static pages (0/0) but nothing changed. I had to abort back to 10.0.7 (before the issues in #22815 and #22907)
Expected Behavior
I'd expect it to be able to complete generating static pages (of which there are none)
To Reproduce
Not sure of the exact steps to reproduce other than what was mentioned in #22815 and #22907
The text was updated successfully, but these errors were encountered:
This makes sure we don't trigger the export step if we aren't exporting any static pages during a build. This also adds an invariant to ensure we don't attempt creating a progress with 0 items.
Fixes: #22994
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 28, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
npm i [email protected]
What version of Node.js are you using?
12.19.1
What browser are you using?
Chrome Version 89.0.4389.82
What operating system are you using?
CentOS 7
How are you deploying your application?
next build
Describe the Bug
After running into problems similar in nature to #22815 and #22907 I upgraded to
10.0.9-canary.6
. This seemed to resolve the issue with it blowing when runningnext build
however when it gets to the "Generating static pages" section there are 0 static pages and this seems to cause some sort of infinite loop. I walked away for 45 minutes while it sat there doing[ =] info - Generating static pages (0/0)
but nothing changed. I had to abort back to 10.0.7 (before the issues in #22815 and #22907)Expected Behavior
I'd expect it to be able to complete generating static pages (of which there are none)
To Reproduce
Not sure of the exact steps to reproduce other than what was mentioned in #22815 and #22907
The text was updated successfully, but these errors were encountered: