Possible export bug introduced between 9.3.0 + 9.3.3 #12174
Replies: 1 comment 5 replies
-
Hi, for the missing The build stalling on the automatically optimizing pages phase appears to be due to you attempting to render pages with 50 MB of page data. This means each page's HTML and JSON files with be at least 50 MB since you are returning that much data from |
Beta Was this translation helpful? Give feedback.
-
Hello folks - I have an open PR at uglycaucus/uglycauc-us#12 that is attempting to do some large data transformation in the next build+static export pipeline rather than sending and parsing it at request time. I'm having 2 overlapping issues that are difficult to debug together:
zeit deploy previews are failing, period. The main error I get at next 9.3.0 is
Error: A routes-manifest.json couldn't be found. This could be due to a failure during the build
yarn dev
works fine at [email protected], but at higher patches (9.3.3-5 especially)yarn build
(which isnext build && next export
) hangs and my computer's fans spin up atAutomatically optimizing pages
. These builds also time out on zeit, which is using the commandnext build && next export
.Notably, the export step does include parsing and transforming some large CSVs into data on the client, but the performance hit since 9.3.0 is striking.
Beta Was this translation helpful? Give feedback.
All reactions