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 theglibcC 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?