Fork me on GitHub
#datomic
<
2016-05-07
>
zentrope05:05:56

I’m adding an entity with [:data/user [:user/id #uuid “…”]] but get a :db.error/not-an-entity Unable to resolve entity: :data/user error. But the user entity with that UUID does exist. Is that error telling me that data/user (an attribute) doesn’t exist?

zentrope05:05:32

I’m getting the same answer for all refs I attempt to lookup in that way.

zentrope05:05:21

Huh. Trashing and restarting the database fixed it. Somehow.

imaximix12:05:14

Got it. Thanks