© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•5mo ago•
20 replies
GuySake

Realtime not working in supabase-js 2.54+

Hello ! I've recently updated supabase-js from 2.49 to 2.57 and my realtime connection does not work anymore.

// schema = 'public' table = 'user' filter = 'id=eq.xxxx'
channel.on('postgres_changes', { event: '*', schema, table, filter }, (payload) => {
  console.log(channelName, 'postgres_changes', payload) // Never triggered
})

channel.subscribe((status) => {
  console.log(channelName, 'Subscription Status', status) // SUBSCIBED
})
// schema = 'public' table = 'user' filter = 'id=eq.xxxx'
channel.on('postgres_changes', { event: '*', schema, table, filter }, (payload) => {
  console.log(channelName, 'postgres_changes', payload) // Never triggered
})

channel.subscribe((status) => {
  console.log(channelName, 'Subscription Status', status) // SUBSCIBED
})


This is the code that handle my subscription. It works up to v2.53, and I can't find in documentation what might be wrong.
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

Supabase Not Working In Node.js TypeScript
SupabaseSSupabase / help-and-questions
4y ago
supabase realtime INSERT and UPDATE not working?
SupabaseSSupabase / help-and-questions
4y ago
Realtime not working
SupabaseSSupabase / help-and-questions
4mo ago
Realtime not working
SupabaseSSupabase / help-and-questions
4y ago