I’m currently facing a peculiar issue with my FlutterFlow application and I’m seeking your insights and suggestions.
In my application, I have a page that executes three distinct Supabase queries, each querying different tables. However, when I navigate away from this page to an empty page, not only do these queries still execute, but they also run more than three times. The most concerning part is that the same queries are being executed multiple times.
To provide a clearer picture of the issue, I’ve recorded a video that demonstrates the problem. The video begins from the initial page with the Supabase queries and then transitions to an empty page. It captures the various requests being made through the browser’s developer tools.