Multiple Execution of Supabase Queries when navigating to an Empty Page

Database & APIs

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.

2024-04-03-21-50-16.mp4
737.44KB

What have you tried so far?

Tried troubleshooting it by reducing the queries still it has this weird problem when using and troubleshooting to the browsers dev tools. Maybe caching will do the trick ?

Did you check FlutterFlow's Documentation for this topic?
No
1
2 replies