Hi, I got this error when executing `prisma.schema...
# orm-help
r
Hi, I got this error when executing
prisma.schema.findMany()
. I can't seem to find what caused this on the documentation. On the table, there is 3 data already.
Copy code
"name": "NotFoundError",
"clientVersion": "2.25.0"
r
@Reinaldy Rafli 👋 Could you add something like a
try/catch
and log the error that is in the
catch
block for more info?
r
@Ryan was my fault. Data on a middleware wasn’t there. Works perfectly after I fixed that.
💯 1