You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Airtable's free plan has a limit of 1,000 API requests per month per workspace. The Netlify function fetches data from Airtable on each request, which can quickly use up the API limit if the site has high traffic.
Problem
Airtable's free plan has a limit of 1,000 API requests per month per workspace. The Netlify function fetches data from Airtable on each request, which can quickly use up the API limit if the site has high traffic.