Skip to content

Intermittent FetchError connection errors when updating/fetching CRM deals #687

Description

@Amatewasu

Summary

We are seeing frequent transient connection errors when making HubSpot CRM deal requests through the Node client.

Error

FetchError: request to https://api.hubapi.com/crm/v3/objects/deals/59087034517 failed, reason: connection error
    await hubspotClient.crm.deals.basicApi.update(
      hubspotDealId,
      {
        properties: {
          ...
        },
      },
    );

Environment

  • @hubspot/api-client: 13.5.0
  • Runtime: Deno 2.6.5
  • OS: Linux 4.14.355-280.684.amzn2.x86_64

What happens

Our app updates a HubSpot deal and the request fails with a connection error. This happens frequently. It works in case of retry. It also happens with data fetching.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions