i try use the policy for my tables but don't indet...
# help
s
i try use the policy for my tables but don't indetify the fields from auth.id (i try use ::text but dont works, i follow the https://supabase.com/docs/guides/with-ionic-react for this exemple)
n
Hello @selique! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
s
Copy code
{
  "message": "permission denied for table profiles",
  "code": "42501",
  "details": null,
  "hint": null
}
n
Thread was archived by @selique. Anyone can send a message to unarchive it.
selique (2022-05-22)
g
Profiles table id column is supposed to be uuid type. Can you confirm that?