JS SDK query call produces different results
I ran same query:
In Edge function and on the client, on the client I'm getting result I need and on the edge function I get null. I'm thinking it might be because of RLS but in my edge function I'm creating my client following way:
So this function should behave exactly same as if was called on the client, yet it doesnt
In Edge function and on the client, on the client I'm getting result I need and on the edge function I get null. I'm thinking it might be because of RLS but in my edge function I'm creating my client following way:
So this function should behave exactly same as if was called on the client, yet it doesnt


