© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
16 replies
xamarot

Realtime issues

I'm having issues with Realtime, EU West. This is my code:

supabase.channel('messages')
.on('postgres_changes', { event: '*', schema: '*' },
async (payload: any) => {
    console.log(payload)
    }
}).subscribe();
supabase.channel('messages')
.on('postgres_changes', { event: '*', schema: '*' },
async (payload: any) => {
    console.log(payload)
    }
}).subscribe();


To me this looks like it should work? But nothing happens when I insert into the table. The table has realtime activated and replication is also enabled, so what could 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

Realtime issues
SupabaseSSupabase / help-and-questions
4y ago
Realtime Tenant Issues
SupabaseSSupabase / help-and-questions
4mo ago
Realtime Issues Today?
SupabaseSSupabase / help-and-questions
10mo ago
Inconsistent issues with realtime table
SupabaseSSupabase / help-and-questions
3y ago