Closed
Description
I love the project
Im running into a when setting up a channel listener on a table with public schema.
Currently, I can only receive data from my supabase DB if I'm using realtime:*
, but whenever set a specific table with the schema set public:
channel(.table("Media", schema: "public"))
the listener returns no data and after the socket opens, it emits a Close Event shortly after. I made sure all of my tables were public and also replicated as per the requirements for real-time setup.
Thanks you for the help!
Metadata
Metadata
Assignees
Labels
No labels