PrismaP
Prisma6mo ago
4 replies
Deckluhm

Rust-free ORM still download engine binary

Hello 👋

Some (important) context first:

I'm developing a Prisma-powered project and I'm switching between 2 laptops:

- ✅ Ubuntu - Prisma works perfectly fine on it
- ⚠️ NixOS - Prisma fails to download engine binary

When I read about the new Rust-free ORM, I decided to switch to it because from my understanding reading the docs, there is no more engine binary (so I thought no more issue with OSes like NixOS).

I successfully installed it but it keeps trying to download the engine binary with the following error:
> Downloading Prisma engines for Node-API for linux-nixos
Error: Failed to fetch sha256 checksum at https://binaries.prisma.sh/all_commits/9c30299f5a0ea26a96790e13f796dc6094db3173/linux-nixos/schema-engine.gz.sha256 - 404 Not Found

I checked if I configured things correctly multiple times and I even tried the official Nuxt 3 Prisma example (https://github.com/prisma/prisma-examples/tree/latest/generator-prisma-client/nuxt3-starter-nodejs) but I got the exact same error when running pnpm prisma generate.

Am I misunderstanding something about how the new Rust-free ORM works or is it a bug?

Thanks for your help!
Was this page helpful?