I followed the tsed official document steps and th...
# orm-help
s
I followed the tsed official document steps and the validate error message, then give the “author” with null, but got another error, why. The tsed suggest me to ask here, thx.
👀 1
a
Hey there 👋, I can’t know for sure without looking at your code, but it looks like you didn’t run
JSON.parse()
on the incoming request. It seems like Prisma thinks you are passing JSON when you should be passing a JavaScript object.
v
👋 hey @ShadowPrompt! Did you have a chance to see Austin's comment? Let us know if you still have any issues!