Rentify Account
Rentify Account
@kamilogorek Both of these don't log on update **when I have enabled RLS policy on table** ``` React.useEffect(() => { console.log('here'); serviceSubscription.current = supabase .getClient() .channel(`service-data-${serviceName}`) .on( 'postgres_changes', { event:...
@kamilogorek Any update on this?
@filipecabaco no it's working when RLS is disabled but not working when RLS is enabled. With RLS enabled, the select/update and normal queries work but realtime doesn't if this is...
@w3b6x9 Yap!
@w3b6x9 @filipecabaco @kamilogorek were you able to replicate it? any updatea?
@filipecabaco @w3b6x9 i am using `localhost`
@filipecabaco nope, Also, just in case, did you see this comment? could it be because I am creating my own jwt and using that>