Help

Re: FetchError: connect ETIMEDOUT

693 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Case_Khor
4 - Data Explorer
4 - Data Explorer

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 1
Case_Khor
4 - Data Explorer
4 - Data Explorer

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