Support
Help Center
Airtable Universe
Airtable Templates
Airtable Guides
Developer Documentation
Sign up for Airtable
Airtable Community
Announcements
Discussions
Ask A Question
Show & Tell
Development & APIs
Groups
AI Accelerator
Airtable Enterprise Network
Marketing
Product Operations
Events
Resources
Getting Started
Job Board
Product Ideas
Search
Community
Knowledge base
Akshat_Sharma
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Browse
Save the date! Join us on October 16 for our Product Ops launch event.
Register here.
Airtable Community
Akshat_Sharma - profile
Akshat_Sharma
4 - Data Explorer
since
Sep 14, 2020
Nov 29, 2022
User Statistics
2
Posts
1
Solutions
0
Kudos given
0
Kudos received
User Activity
Posts
Replies
Airtable API Nodefetch Error, Sometime works & most of the time fails
Sep 14, 2020
Hello team, airtable api are failing & throwing random errors, works on local but fails on production… API Code - const Airtable = require('airtable'); const base = new Airtable({ apiKey: 'API_KEY', requestTimeout: 1000 }).base('BASE_ID'); f...
Re: Airtable API Nodefetch Error, Sometime works & most of the time fails
Sep 15, 2020
The fix is here - https://github.com/vercel/next.js/issues/17104 Closing the issue