what datastore are you using?
# spicedb
j
what datastore are you using?
s
Postgres
j
Postgres does not have a full, well ordering of updates
if you're asking for a fully consistent call immediately after you issue a write, it may not get the transaction
you should use the zedtoken returned from the write to ensure the write is respected
also, if you're using read replicas with Postgres, but not configuring SpiceDB to know about them as, well, replicas, it can cause all sorts of weird issues