My tries to make requests in Dart using the Data API are returning access denied.
I've already activated the Data API (image 1).
I've enabled RLS (image 2).
I've created a policy for the select (image 3).
But, it keeps saying "This table cannot be accessed via the Data API as no permissions exist for the anon or authenticated roles." and, in my application, "PostgrestException(message: permission denied for table accounts, code: 42501, details: Forbidden, hint: null)".
I'm not getting what I'm doing wrong, I've tried searching and reading similar cases, but couldn't get anywhere.
I'm also confused 'cause I'm being able to create requests for another table in a different schema, with the same policies and set up.
Could someone gimme a hand on solving this?