grsouza
06/21/2022, 1:08 PMjson
{
"message": "new row violates row-level security policy for table \"families\"",
"code": "42501",
"details": null,
"hint": null
}
Only when I create an item using Prefer return=representation to return the created object, if I perform the POST request without it, it works.
I suppose it's a lack of permissions for selecting. Here is the whole code (https://gist.github.com/grsouza/4d6d0fc25fd69156e2789fe52eafa7ef)garyaustin
06/21/2022, 1:40 PM