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
Nurul
05/24/2022, 7:03 AM
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
Brothak
05/24/2022, 7:16 AM
No , I am not extending string prototype and downgrading didn’t help.
Brothak
05/24/2022, 7:16 AM
and Hey 👋 🙂
n
Nurul
05/24/2022, 7:21 AM
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
Brothak
05/24/2022, 7:38 AM
@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.