PrismaP
Prisma2y ago
30 replies
Mickaël

Redirected false error 400

I don't understand why I cannot create a document
image.png
image.png
image.png
Solution
After some troubleshooting the problem was caused by a type error as prisma was being passed a string instead of an object. After parsing the json string there was a different type error introduced by using connect instead of idEnvelope.
Was this page helpful?