JWT Not Working

When using this endpoint http://localhost:3000/v1/auth/jwks it returns an error

Cannot read properties of undefined (reading 'findMany')                                     Better Auth

  at Object.findMany (node_modules/better-auth/dist/adapters/prisma.cjs:1:1705)
  at Object.getAllKeys (node_modules/better-auth/dist/plugins.cjs:2:2216)
  at node_modules/better-auth/dist/plugins.cjs:2:2604
  at handle (node_modules/better-call/src/endpoint.ts:175:21)
  at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
  at async We.i.<computed> (node_modules/better-auth/dist/chunk-AQ6RPSBI.cjs:83:8535)
  at async handler (node_modules/better-call/src/router.ts:116:23)
  at async handler (node_modules/better-call/src/router.ts:167:16)
  at async <anonymous> (node_modules/better-call/src/adapter/node.ts:10:20)


I have added the table schema to my database
Was this page helpful?