Skip to content

Gastby build - connect ETIMEDOUT #238

Description

@yondr-agency-15

Hello there,

Since yesterday, I am unable to build anymore using the gatsby-source-graphcms plugin.

This worked perfectly fine the previous week on my projects, but now it results in the following error:

[gatsby-source-graphcms]: Problem building GraphCMS nodes

 Error: {
  "message": "request to https://api-eu-central-1.graphcms.com/v2/xxxxhashxxxxx/master failed, reason: connect ETIMEDOUT xxx.xx.xx.xx:443",
  "type": "system",
  "errno": "ETIMEDOUT",
  "code": "ETIMEDOUT"
}

  Error: Worker exited before finishing task

  - index.js:112 ChildProcess.<anonymous>
    [1.round_table_sport]/[gatsby-worker]/dist/index.js:112:45

  - node:events:527 ChildProcess.emit
    node:events:527:28

  - child_process:291 Process.ChildProcess._handle.onexit
    node:internal/child_process:291:12

Both enabling token or disabling will result in the same error:

  //  <!-- gastby-config.js -->
    {
      resolve: "gatsby-source-graphcms",
      options: {
        endpoint: process.env.GRAPHCMS_ENDPOINT,
        // token: process.env.GRAPHCMS_TOKEN,
        downloadLocalImages: true,
      },
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions