Skip to main content

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

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


Reply