No eligible database to refresh error!

Database & APIs

In my app, there is a very basic message screen. I have a list view querying a supabase table to show the messages and I have a button for sending message. On tap send button, I included an action to refresh the database to update the list view with the sent message. It seemed to work fine up until now and suddenly it started to throw an error saying: No eligible database requests present to refresh.
I am not sure what's causing this error as I clearly have a widget querying a supabase table that should be accessible to this action.

Some key insights-

  1. I am using free plan on supabase, is there a limit on database query from supabase front?

  2. I was using a periodic action on the database that would start automatically to refresh the database on page load. But I deleted it for a reason and after that, I started seeing this error and I can't set up the periodic action as well.

Any help is highly appreciated. I am attaching screen shots of the problem here.

What have you tried so far?
  1. Checked documentation

  2. Checked billing and prie plans for Supabase to find out if there could be a database query limitaiton on free plans

  3. Tried deleting the periodic actions and after deleting it, can't seem to set it up anymore as it's throwing that error.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
3 replies