Closed sivansundar closed 2 months ago
Did you take a look at https://stackoverflow.com/questions/67551593/supabase-client-permission-denied-for-schema-public?
Thanks! This worked. Wasnt aware that a grant was required.
Well you shouldn't have this problem in the first place, but glad that it worked!
Curious though. Created a db off the dashboard with tables and this popped up. Not sure if this isnt set by default.
General info
What is your question?
So I try to access a public table on my database and I get an exception saying "permission denied".
My android app has Supabase Auth integrated and is using the right token.
Tried the following with RLS settings :
Yet I get an exception saying "permission denied".
Relevant log output (optional)