getting null values when trying to listening to realtime changes on table #227
-
JavaScript AppThis is the output from a JavaScript web app on a Realtime update. Please compare this with the C# app output shown below. C# App I am not sure what is going wrong here. If I am receiving a clean and correct payload in the JavaScript app, why does the C# app return null values for the row data? This suggests that the Supabase dashboard configuration is correct, but there may be an issue with the C# app implementation or the SDK/library itself. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hey @Chetan-Akre 💚 |
Beta Was this translation helpful? Give feedback.
-
|
here's the example code: |
Beta Was this translation helpful? Give feedback.
I believe that something is wrong with you filter or maybe your RLS policies — double check if the current user was permission to check or if your filter is correctly
Everything worked fine from my side:
Example
my table schema:
JS code: