Realtime data and on realtime database change

Hi Balint, welcome to the community :waving_hand:

Thanks for sharing the details! A couple of things to try:

  • Double-checking that realtime is enabled for your tables in both Supabase and WeWeb settings.​
  • Switching from collection-based data sources to using variables and page/app-level workflows for realtime, which has solved unpredictable update issues for some.​
  • Ensuring users are properly subscribed to realtime channels each time the page loads.​

You could also read what other community members have tried:

And read our docs

Hope this helps.