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
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?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.