Fernando Cordero
Results
2
comments of
Fernando Cordero
For anyone searching for this error, i was using victory native XL and what fixed it was this: _Non working code_ ` ` **Working code** ` ` When the chart...
> In my case the problem was that **supabase_auth_admin should have SET search_path = 'auth'** so queries without a schema prefix would not be used over public schema. > >...