Derrick Antaya
08/18/2022, 3:02 PM10:39:53 api-service | SyntaxError: Unexpected end of JSON input
10:39:53 api-service | at JSON.parse (<anonymous>)
10:39:53 api-service | at /Users/XXX/WorkSpace/XXX/node_modules/@prisma/client/runtime/index.js:27224:31
10:39:53 api-service | at processTicksAndRejections (node:internal/process/task_queues:96:5)
I have turned on the debug mode and the queries it seems to be generating look fine to me. Filling in the $1.. with the actual data and running the query directly on the DB returns expected results.
Is there any thing else I can do to try and figure out what is causing this error?Nurul
08/19/2022, 12:42 PM\v
, specifically) and v2 of Prisma seems to reference that escape sequence in its code.Derrick Antaya
08/19/2022, 4:33 PM