I got this error while using prisma in Nextjs on ubuntu :
Unhandled Runtime Error
Error:
Invalidprisma.user.findUnique()
invocation:
Unable to require(
/media/waris/DEV/My courses/nextjs-prisma/blog-course/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node
). Prisma has detected an incompatible version of theglibc
C standard library installed in your system. This probably means your system may be too old to run Prisma. Please refer to the documentation about Prisma's system requirements: https://pris.ly/d/system-requirements
Details: /snap/core20/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libssl.so.3)
Does anyone have an idea how to solve this?
/snap/core20/[...]
. To make sure, you can uninstall snap then try again: https://askubuntu.com/q/1035915/1004020 – Daniel T Feb 28 '24 at 19:15