dry-apartment-19958
09/07/2022, 12:59 AM<http://mydomain.com/tickets|mydomain.com/tickets>
for example with an empty Object
. With v0.9.0-alpha.0
I receive a violation constraint due to an empty object I believe (requests with an object work fine). Is there a correct way to handle these types of endpoints when no object actually exists when querying for all tickets as an example?
Error
"message": "ERROR: new row for relation \"keto_uuid_mappings\" violates check constraint \"keto_uuid_mappings_string_representation_check\" (SQLSTATE 23514)",
Current Relation
{
Action: rts.RelationTupleDelta_ACTION_INSERT,
RelationTuple: &rts.RelationTuple{
Namespace: namespace,
Object: "",
Relation: "LIST",
Subject: rts.NewSubjectID(subject),
},
},
steep-lamp-91158
"*"
as the object in that casedry-apartment-19958
09/07/2022, 4:03 PM