https://supabase.com/ logo
Hi there, i was wondering if anyone can help me ou...
# help
z
Hi there, i was wondering if anyone can help me out with the "Realtime" feature. I can create, and read fine, but when i do subscribe it shows successfully in network logs and listening, but no data is ever received when i make modifications. It is a new project, and i have enabled the supabase_realtime in the control panel.
n
Hello @Zak! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
z
const mySubscription = supabase .from('*') .on('*', payload => { console.log('Change received!', payload) }) .subscribe()
i am using like so
g
There is a known issue with a new version of realtime affecting some instances. Everything looks good with the web socket running, but the realtime.subscriptions table never gets populated. Please contact support.