I'm trying out the DSG feature in Gatsby 4.22.1 after upgrading from Gatsby 3. But I'm getting this error message. It seems related to the source plugin.
Built Rendering Engines failed validation failed validation.
Please open an issue with a reproduction at https://github.com/gatsbyjs/gatsby/issues/new for more help
failed Validating Rendering Engines - 2.188s
ERROR #98001 WEBPACK
Built Rendering Engines failed validation failed validation.
Please open an issue with a reproduction at https://github.com/gatsbyjs/gatsby/issues/new for more help
Error: Worker exited before finishing task
- index.js:117 ChildProcess.<anonymous>
[stm-web-update]/[gatsby-worker]/dist/index.js:117:45
- node:events:394 ChildProcess.emit
node:events:394:28
- child_process:290 Process.ChildProcess._handle.onexit
node:internal/child_process:290:12
Steps to reproduce
Upgrade a Gatsby 3 to Gatsby 4
enable DSG rendering in gatsby-node.js createPage({ defer: true,....
Description
I'm trying out the DSG feature in Gatsby 4.22.1 after upgrading from Gatsby 3. But I'm getting this error message. It seems related to the source plugin.
Steps to reproduce
createPage({ defer: true,....
Additional info