Refresh query data on page load

Hi @kenan_mujkanovic

Welcome to the forum. You would need to subscribe to realtime changes from Supabase and invalidate your query so it can be refetched automatically with the new data. You can achieve that by attaching a script in OnLoad() function in SideEffect component. Please refer to the attached post provided below for more details.

Subscribing to realtime changes

How to invalidate a query

Thanks