Supabase integration is no longer working properly in FlutterFlow after a recent update in the connection system.
Previously, everything was working fine. However, after reconnecting Supabase (using Project URL and Anon Key), all database actions stopped working.
Now Iโm getting multiple errors like:
"Must enable database in order to define database action"
This is happening across buttons and widgets that previously had working database actions (insert/update).