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
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,....
Additional info
Craft version: 3.7.25.1
PHP version: 7.4.30
Database driver & version: MySQL 5.5.5
Plugins & versions: Gatsby Helper 1.1.2
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: