© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
27 replies
KTibow

realtime with v2 not working

recently upgraded my project to v2, however i can't get realtime to work
using the example one to listen to everything:
temp0

  .channel('*')

  .on('postgres_changes', { event: '*', schema: '*' }, payload => {

    console.log('Change received!', payload)

  })

  .subscribe()
temp0

  .channel('*')

  .on('postgres_changes', { event: '*', schema: '*' }, payload => {

    console.log('Change received!', payload)

  })

  .subscribe()

nothing happens when i edit a row with realtime on and rls select enabled from the supabase ui
one thing i noticed was that it was sending a null access token, any ideas on how to get it to use the auth with realtime?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

v2 Realtime not working as expected.
SupabaseSSupabase / help-and-questions
4y ago
Realtime not working with RLS
SupabaseSSupabase / help-and-questions
4y ago
Realtime not working
SupabaseSSupabase / help-and-questions
4mo ago
Realtime not working
SupabaseSSupabase / help-and-questions
4y ago