craftcms / gatsby-source-craft

Gatsby source plugin for Craft CMS.
MIT License
54 stars 13 forks source link

Built Rendering Engines failed validation failed validation. #85

Open mmorkt opened 1 year ago

mmorkt commented 1 year ago

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.

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

  1. Upgrade a Gatsby 3 to Gatsby 4
  2. enable DSG rendering in gatsby-node.js createPage({ defer: true,....

Additional info

kamilsnopkowski commented 1 year ago

Any updates on this issue? I'm having it even without using defer:true