ERROR #gatsby-source-wordpress_111002 gatsby-source-wordpress Error: Request failed with status code 429

my site is I am trying to build the site using gatsby and post from WordPress dashboard https://devmegamn.netlify.app/

See the screenshot Screenshot by Lightshot

ERROR #gatsby-source-wordpress_111002

gatsby-source-wordpress Error: Request failed with status code 429
at createError (E:\gastby\devmegamn\node_modules\axios\lib\core\createError.js:16:15)
at settle (E:\gastby\devmegamn\node_modules\axios\lib\core\settle.js:17:12)
at IncomingMessage.handleStreamEnd (E:\gastby\devmegamn\node_modules\axios\lib\adapters\http.js:260:11)
at IncomingMessage.emit (events.js:327:22)
at endReadableNT (internal/streams/readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)

Error occurred while fetching “MediaItem” nodes in inline html.

GraphQL request to https://megamn.com/graphql failed.

Please ensure the following statements are true

  • your WordPress URL is correct in gatsby-config.js
  • your server is responding to requests
  • WPGraphQL and WPGatsby are installed and active in your WordPress backend
  • Your WordPress debug.log does not contain critical errors

not finished source and transform nodes - 40.461s
not finished gatsby-source-wordpress fetching nodes - 40.399s - 191 total
not finished gatsby-source-wordpress creating nodes - 35.233s
not finished gatsby-source-wordpress MediaItem - 35.236s - fetched 85
not finished Downloading remote files - 33.785s

Hey @shagors333

429 Too Many Requests which means the build script has made too many request in a specific timeframe (this is determined by the server the requests are made to.)

Maybe! is there any solution how to fix it ?

You might find issue helpful