Skip to main content

FetchError: connect ETIMEDOUT

  • September 1, 2021
  • 1 reply
  • 0 views

Using gatsby-source-airtable. Was working fine until today (have made no code changes that would affect afaik):

FetchError: request to https://api.airtable.com/v0/appXXXXXXXXXXXXXX/Products%20-%20T4?view= failed, reason: connect ETIMEDOUT 54.210.4.251:443

Tested via cURL and that seems to be working fine:

https://api.airtable.com/v0/appXXXXXXXXXXXXXX/Products%20-%20T4?view=&api_key=keyXXXXXXXXXXXXXX

Is this an intermittent server issue, or should I perhaps be looking within my code to debug?

gatsby-source-airtable@2.2.0
concurrency: 5

1 reply

  • Author
  • New Participant
  • 1 reply
  • September 16, 2021

For anyone that might be getting this, seems like intermittent issues on the Airtable side.


Reply