*What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets)
Loading queries from AirTable data source. Whenever I load or refresh the arena - I have random lucky as to whether all my queries load without error. I don’t know why they sometimes work and then new few times at least one or multiple get errors. Is this some issue with AirTable and API rate limits that I’m running into? Once I get it to work everything is fine, but often I have to try 3-4 time over the course of a few minutes to get all my queries to successfully load together. When they don’t it always shows Error: [object Object]*
What are the reproduction steps?
load page into plasmic studio And/Or: Refresh Arena to trigger page state data query loads.
@steven_harbold I checked your project - you were right in your suggestion.
You have hit the airtable rate limit
I’ll create a ticket to improve the error handling, it definitely should display the proper error mesage.
What about a solution for avoiding the error? While we don’t plan on Airtable long term, I’m building a side tool for our department to use for now. Is there a way I can better meter those page data queries to avoid this issue? Or, another way I can trigger these so they don’t “stack up” and cause Airtable to fire the rate limit error?
@steven_harbold from what I read in their docs, the issue seems to be that there is a very limited rate of api requests per second
You can try to move the data queries into different components so that they are loaded separately