PS E:\Progetti\gestionale_cre> npx prisma generate Environment variables loaded from .env Prisma schema loaded from prisma\schema.prisma ✔ Generated Prisma Client (v6.17.1) to .\prisma\src\generated\prisma in 88ms Start by importing your Prisma Client (See: https://pris.ly/d/importing-client) Tip: Interested in query caching in just a few lines of code? Try Accelerate today! https://pris.ly/tip-3-accelerate PS E:\Progetti\gestionale_cre> npx @better-auth/cli generate 2025-10-21T19:30:25.447Z ERROR [Better Auth]: [#better-auth]: Couldn't read your auth config. Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again. at new PrismaClient (E:\Progetti\gestionale_cre\node_modules\.prisma\client\default.js:43:11) at E:\Progetti\gestionale_cre\src\lib\prisma.ts:7:42 at async import (C:\Users\francesco.orobello\AppData\Local\npm-cache\_npx\167ca1f116d365e6\node_modules\jiti\dist\jiti.cjs:1:158301) at async E:/Progetti/gestionale_cre/src/lib/auth.ts:3:39 at async Function.import (C:\Users\francesco.orobello\AppData\Local\npm-cache\_npx\167ca1f116d365e6\node_modules\jiti\dist\jiti.cjs:1:158301) at async resolveConfig (file:///C:/Users/francesco.orobello/AppData/Local/npm-cache/_npx/167ca1f116d365e6/node_modules/c12/dist/shared/c12.8GPsgFQh.mjs:381:18) at async loadConfig (file:///C:/Users/francesco.orobello/AppData/Local/npm-cache/_npx/167ca1f116d365e6/node_modules/c12/dist/shared/c12.8GPsgFQh.mjs:169:23) at async getConfig (file:///C:/Users/francesco.orobello/AppData/Local/npm-cache/_npx/167ca1f116d365e6/node_modules/@better-auth/cli/dist/index.mjs:1990:30) at async Command.generateAction (file:///C:/Users/francesco.orobello/AppData/Local/npm-cache/_npx/167ca1f116d365e6/node_modules/@better-auth/cli/dist/index.mjs:2705:18)