Replies: 1 comment 1 reply
-
Seems like RLS is preventing your query as it will not error and just return an empty result. Check if you are running in impersonation mode in the SQL editor if that is where you did the query. Anon and Authenticated roles can't access that table as it has RLS enabled and no policies. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, all.
I have self hosted supabase installation. I don't see users in /project/default/auth/users.
SELECT * FROM auth.users;
Also gives:
Success. No rows returned
But in
Database -> Tables
I see two rows.Any ideas?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions