Getting 403 even if policy allow read access to all users
I have created a
profiles
profiles
table that stores details of authenticated users. I have got this Idea from the documentation.
I'm using supabase for the first time. I have setup the policy of this table to "allow access to all users to read profiles." Still when I'm trying to make a query to the database, it returns the following error:
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.