Realtime for table changes
Hi all, I’m having trouble with Realtime in my Supabase project.
Thanks for any help!
- Trivia app
- I’m using the official JS client and subscribing to all events on the
gamestable. - 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.
Thanks for any help!