Here is the error message:
cognitect.anomalies/message: "Unable to resolve entity: 1.7592186046217E13 in datom [\"shape_VVVVVVVVVVVVVVVV_0_1\" :shape/source-shape 1.7592186046217E13]"
datom: ["shape_VVVVVVVVVVVVVVVV_0_1" :shape/source-shape 1.7592186046217E13]
db/error: :db.error/not-an-entity
dbs: [{:database-id
"datomic:dev://datomic-transactor:4334/blah",
:t 1818,
:next-t 1819,
:history false}]
entity: 1.7592186046217E13
I can query for the :db/id 17592186046217, so I know it exists. My question is why can't Datomic find it? There's only one transaction and it failed, so it is guaranteed that entity 17592186046217 existed before the transaction as well.
This is the schema for :shape/source-shape
:
{:db/ident :shape/source-shape
:db/valueType :db.type/ref
:db/cardinality :db.cardinality/one}
The version of Datomic is datomic-pro-1.0.6269
.