Error trying to connect to postgres_changes in realtime
Hello I'm facing a problem here related to realtime database.
I have a table called documents, I enabled RLS for everyone can select and also enabled realtime, but i try to connect to it many times in my code and it doesn't work, the status keep saying: CLOSED, CHANNEL_ERROR
I tried changing to "broadcast" and it subscribed, only in postgres_changes it fails.
I have a table called documents, I enabled RLS for everyone can select and also enabled realtime, but i try to connect to it many times in my code and it doesn't work, the status keep saying: CLOSED, CHANNEL_ERROR
I tried changing to "broadcast" and it subscribed, only in postgres_changes it fails.
