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 used gatsby-source-wordpress to fetch data from Wordpress and create blog posts. It has been working and then suddenly stopped working one day which failed my gatsby build step.
This is the error:
Step #4: gatsby-source-wordpress Error: socket hang up
Step #4: at connResetException (internal/errors.js:628:14)
Step #4: at TLSSocket.socketOnEnd (_http_client.js:499:23)
Preliminary Checks
Description
I used
gatsby-source-wordpress
to fetch data from Wordpress and create blog posts. It has been working and then suddenly stopped working one day which failed my gatsby build step.This is the error:
package version:
What I have tried without success
schema: { queryDepth: 5, perPage: 10, timeout: 1000000 }
Please help
Reproduction Link
https://github.com/tonyvu2014/compare-n-save
Steps to Reproduce
...
Expected Result
It should successfully fetch data from Wordpress and build blog post pages
Actual Result
The build failed due to communication issue with Wordpress server
Environment
Config Flags
N/A
The text was updated successfully, but these errors were encountered: