Hmm weird.. Is this a prisma bug or mongodb?
# orm-help
g
Hmm weird.. Is this a prisma bug or mongodb?
1
j
the casing in your documents array is
siteid
when it should be
siteId
?
👍 2
n
I think what Jared mentioned is correct, do you get the same error if you use
siteId
?
g
@Jared Fraser yeah haven't noticed that thank you brother.
👍 1
j
Use TypeScript + static types and you'll never have an issue like that again