I recently updated from prisma 2.9.0 to 2.14.0 and...
# prisma-client
t
I recently updated from prisma 2.9.0 to 2.14.0 and I am now seeing the following error when using
findUnique
Copy code
app | 2021-01-14 17:15:54 22:15:54.928Z ERROR App-Backend:
app | 2021-01-14 17:15:54   Query engine exited with code 255
app | 2021-01-14 17:15:54   PANIC in /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tide-0.15.0/src/listener/unix_listener.rs:152:22
app | 2021-01-14 17:15:54   Could not canonicalize path dir
app | 2021-01-14 17:15:54   --
app | 2021-01-14 17:15:54   Error: Query engine exited with code 255
app | 2021-01-14 17:15:54   PANIC in /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tide-0.15.0/src/listener/unix_listener.rs:152:22
app | 2021-01-14 17:15:54   Could not canonicalize path dir
app | 2021-01-14 17:15:54       at PrismaClientFetcher.request (/app/backend/node_modules/@prisma/client/runtime/index.js:78136:15)
app | 2021-01-14 17:15:54       at processTicksAndRejections (internal/process/task_queues.js:97:5)
Any idea what is happening here? This doesn’t seem to happen to me locally on my macbook but does occur when on my docker deployed to kubernettes
r
Hey @Tyler Storm 👋 This seems like a bug. It would be great if you could create an issue here so that we can look into this 🙂