New Setup Realtime subscription not receiving data
Ok, so, I know that probably I'm doing something wrong, but the example I have is so simple that I cannot figure it out what I'm doing wrong.
I'm using the free tier Supabase Hosted;
Local SvelteKit frontend;
One extremely simple table, with realtime active and I've also added it to the publication as stated in the online guides:
I'm authenticated, but anyway if my RLS rules allow read to anyone (as I want)
And my code in SvelteKit looks like the following:
The WebSocket connects properly, but every time I update any row in the
Can someone spot what am I missing?
I'm using the free tier Supabase Hosted;
Local SvelteKit frontend;
One extremely simple table, with realtime active and I've also added it to the publication as stated in the online guides:
I'm authenticated, but anyway if my RLS rules allow read to anyone (as I want)
And my code in SvelteKit looks like the following:
The WebSocket connects properly, but every time I update any row in the
bars table, nothing gets published to the client.Can someone spot what am I missing?