Replies: 5 comments
-
I'm facing this issue too, any update on this? |
Beta Was this translation helpful? Give feedback.
-
Hi all, We have a site but now also cannot be built Diagnosis: The build failure is caused by the following error in the logs:
We have tried to upgrade the plugins but the issue is still there Kindly advise, |
Beta Was this translation helpful? Give feedback.
-
I have also been experiencing this across multiple websites over the past few weeks, we had initially thought it was an issue with the gatsby sharp plugin but even updating this and all other dependencies still leads to the error :( |
Beta Was this translation helpful? Give feedback.
-
Anyone have an update for this? |
Beta Was this translation helpful? Give feedback.
-
After updating gats by latest module This error is resolved. |
Beta Was this translation helpful? Give feedback.
-
Gatsby develop started to suddenly fail on this.
I have tried updating gatsby-source-wordpress but doesnt help. This only happens when it comes across posts or pages with media in it. If no media, it works fine.
success gatsby-source-wordpress ingest WPGraphQL schema - 1.940s
success gatsby-source-wordpress ensuring plugin requirements are met - 0.244s
success createSchemaCustomization - 3.094s
success gatsby-source-wordpress Comment - 0.765s - fetched 0
success gatsby-source-wordpress Menu - 0.992s - fetched 6
success gatsby-source-wordpress MenuItem - 1.012s - fetched 31
success gatsby-source-wordpress Category - 1.560s - fetched 7
success gatsby-source-wordpress InsuranceSchool - 1.793s - fetched 43
success gatsby-source-wordpress PostFormat - 1.997s - fetched 2
success gatsby-source-wordpress PressRelease - 2.547s - fetched 15
success gatsby-source-wordpress InsuranceSchoolCategory - 2.713s - fetched 6
success gatsby-source-wordpress Taxonomy - 2.768s - fetched 5
success gatsby-source-wordpress Tag - 3.190s - fetched 11
success gatsby-source-wordpress Post - 3.317s - fetched 43
success gatsby-source-wordpress MediaItems - 2.812s - fetched 0
success gatsby-source-wordpress fetch root fields - 3.380s
success gatsby-source-wordpress Page - 4.177s - fetched 34
success gatsby-source-wordpress TestimonialCategory - 4.418s - fetched 5
success gatsby-source-wordpress ContentType - 5.505s - fetched 6
success gatsby-source-wordpress UserRole - 0.188s - fetched 0
success gatsby-source-wordpress User - 0.380s - fetched 2
success gatsby-source-wordpress Testimonial - 2.629s - fetched 73
ERROR UNKNOWN
Cannot read properties of undefined (reading 'load')
TypeError: Cannot read properties of undefined (reading 'load')
process-node.js:292 map
[gatsby-starter-wordpress-homepage]/[gatsby-source-wordpress]/src/steps/source-nodes/create-nodes/process-node.js:292
:23
Array.map
process-node.js:324 getCheerioElementsFromMatches
[gatsby-starter-wordpress-homepage]/[gatsby-source-wordpress]/src/steps/source-nodes/create-nodes/process-node.js:324
:6
process-node.js:475 nodeStringFilter
[gatsby-starter-wordpress-homepage]/[gatsby-source-wordpress]/src/steps/source-nodes/create-nodes/process-node.js:475
:27
process-node.js:943 processNodeString
[gatsby-starter-wordpress-homepage]/[gatsby-source-wordpress]/src/steps/source-nodes/create-nodes/process-node.js:943
:24
process-node.js:981 processNode
[gatsby-starter-wordpress-homepage]/[gatsby-source-wordpress]/src/steps/source-nodes/create-nodes/process-node.js:981
:31
create-nodes.js:45
[gatsby-starter-wordpress-homepage]/[gatsby-source-wordpress]/src/steps/source-nodes/create-nodes/create-nodes.js:45:
33
index.js:163 run
[gatsby-starter-wordpress-homepage]/[p-queue]/dist/index.js:163:29
not finished source and transform nodes - 8.272s
not finished gatsby-source-wordpress fetching nodes - 8.233s - 289 total
not finished Downloading remote files - 4.982s
not finished gatsby-source-wordpress creating nodes - 0.098s
not finished gatsby-source-wordpress MediaItem - 0.107s
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Beta Was this translation helpful? Give feedback.
All reactions