Is anyone else seeing issues with `upsert` functio...
# orm-help
p
Is anyone else seeing issues with
upsert
functionality? I have a simple loop iterating through a list of records that should be created (if not found) or simply retrieved (ie: update: {} // no change ), and the records do exist that are being upserted. First item in the list works as it should, but 2nd item is not. The record exists in the db, but I'm getting
Error: Query upsertOneUser is required to return data, but found no record(s).
(the entity object is 'User'). Prisma 3.14.0 is being used. Worked fine with 3.12.0.
n
Hey Peter 👋 Could you share the models and the query that you are invoking so that I could have a look?