Anyone from the prisma team has an idea about <htt...
# orm-help
b
Anyone from the prisma team has an idea about https://prisma.slack.com/archives/CA491RJH0/p1653296873618179. Seems like error coming from Prisma engine. At least I would be curious if I can get more debug information about what value / column is causing the issue. It’s hard to debug this.
n
Hey 👋 This is a confirmed issue on our end as per this GitHub Conversation Are you also extending the string prototype? From the conversation, I could see that downgrading to 3.12.0 fixed it, is that not happening in your case?
b
No , I am not extending string prototype and downgrading didn’t help.
and Hey 👋 🙂
n
Could you please add a comment on the conversation that downgrading didn’t fix it for you and what string parameter are you passing which causes this error?
b
@Nurul so the issue is caused by query parameter passed into queryRaw? I am asking because I always pass string with the same format(hash) although different values.