You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2021. It is now read-only.
Bug description
With
export DEBUG=*, Prisma client logs Engine, Client version.These versions are correct
QUERY_ENGINE_BINARY_PATHenv varThese versions are incorrect (incorrectly pointing to the default binary)
How to reproduce
Steps to reproduce the behavior:
DEBUG=*Expected behavior
The logged version should be of the binary being used.