Have anyone experienced issues on Windows specific...
# orm-help
m
Have anyone experienced issues on Windows specifically? One of my tests drops whole app if I make a specific request with one library(blockchain related) and then make call with Prisma Client. This doesn’t happen if you reverse the process - first PC, then fetching lib). Nor does it happen on Mac 🤷‍♂️ I would appreciate any input 🙇🏻‍♂️
1
v
👋 Hello @Max Daunarovich, thank you for surfacing this issue. I've flagged it to the team, and in the meantime can you tell us a little more about your app and the technical stack (e.g. is a production application, the programming language, automation tooling, hosting, and cloud providers you use, etc.).
m
• Javascript - basic Nodejs application • Prisma -
npm
package
@prisma/client": "^4.3.1
• Planetscale for DB hosting • Conflicting library -
@onflow/fcl": "^1.2.1"
Process finished with exit code -1073741819 (0xC0000005)
Fixed the issue by calling
await prisma.$connect()
before any interactions with blockchain
🤷‍♂️
v
That's great news! @Austin or @Harshit would you know why this happened?
a
@Max Daunarovich If you could create a small reproduction repository and open a GitHub Discussion, we can definitely look into it 👍.
m
Got it! Will do :)
🙌 1