Realtime for table changes

Hi all, I’m having trouble with Realtime in my Supabase project.

  • Trivia app
  • I’m using the official JS client and subscribing to all events on the games table.
  • The client logs SUBSCRIBED but never receives any events, even when the table is updated.
  • RLS is wide open (FOR SELECT USING (true)).
  • Host updates succeed, player can fetch new data on reload, but no real-time events are delivered.
  • The Realtime Inspector shows no activity for table changes.
  • The dashboard shows Realtime requests are being made.
Is there a known issue with Realtime for table changes on new projects, certain regions, or the Nano plan? Anything else I should check?

Thanks for any help!
Was this page helpful?