DEV_SSR broke , render.page output dont have all page chunk references #31810
Labels
status: needs reproduction
This issue needs a simplified reproduction of the bug for further troubleshooting.
topic: DX
Developer Experience (e.g. Fast Refresh, i18n, SSR, page creation, starters)
gatsby/packages/gatsby/src/utils/dev-ssr/render-dev-html.ts
Line 221 in ce8e39d
For me this timeout 1500 is not enough and did break the result of store.dispatch(createServerVisitedPage) which not compiled in the result in render.page.js
( i have got just dev_404 component---cache-dev-404-page-js and i haven t got component---src-templates-tppage-jsx of the current page inside)
This issue is related that debouncedWriteAll use a timeout of 500 too.
As a result i have got a break ssr at the end. (client work but ssr output not correct
I guess need to allow user to increase the timeout or find a solution without hacky timeout...
I have got a large project , 1500s is not enough to wait after compilation ..
A solution should to give the choice to user to wait again or to increase timeout
The text was updated successfully, but these errors were encountered: