jeromec8194
jeromec8194
PPrisma
Created by jeromec8194 on 9/3/2024 in #help-and-questions
Deploying to Vercel
btw, this is all within a try catch and no error is thrown....is there a way to get more logs from prisma?
7 replies
PPrisma
Created by jeromec8194 on 9/3/2024 in #help-and-questions
Deploying to Vercel
console.log("data: ", data) // outputs "data: { uid: 'call_8e445f3f2d4b2536210b7a....." const c = await prisma.call.create({ data
}); console.log("call created") // never called console.log(c) // never called
7 replies
PPrisma
Created by jeromec8194 on 9/3/2024 in #help-and-questions
Deploying to Vercel
Thx for the reply mate ! Nah, no logs, other that what I'm logging myself :
7 replies