I just found the solution: We're using UUIDs as primary keys and we forgot to set public $keyType = 'string';
on our Models. They were interpreting the keys as integers by default which for some reason works most of the time with UUIDs.
Sign in to participate in this thread!