Mashwishi
Mashwishi
PPrisma
Created by Mashwishi on 7/22/2024 in #help-and-questions
Not updating types
nvm i have to npx prisma generate after db pull
6 replies
PPrisma
Created by Mashwishi on 7/22/2024 in #help-and-questions
Not updating types
i restarted everything
6 replies
PPrisma
Created by Mashwishi on 7/22/2024 in #help-and-questions
Not updating types
schema types are updated but on code when using it cant find the updated one
6 replies
PPrisma
Created by Mashwishi on 6/19/2024 in #help-and-questions
Invalid `prisma.account.findUnique()` invocation:
6 replies
PPrisma
Created by Mashwishi on 6/19/2024 in #help-and-questions
Invalid `prisma.account.findUnique()` invocation:
oh i forgot
"dependencies": {
"@auth/prisma-adapter": "^1.3.3",
"@hookform/resolvers": "^3.3.4",
"@prisma/client": "^5.9.1",
"bcryptjs": "^2.4.3",
"md5": "^2.3.0",
"next": "14.1.0",
"next-auth": "5.0.0-beta.5",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^2.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/md5": "^2.3.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prisma": "^5.9.1",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
"dependencies": {
"@auth/prisma-adapter": "^1.3.3",
"@hookform/resolvers": "^3.3.4",
"@prisma/client": "^5.9.1",
"bcryptjs": "^2.4.3",
"md5": "^2.3.0",
"next": "14.1.0",
"next-auth": "5.0.0-beta.5",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^2.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/md5": "^2.3.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prisma": "^5.9.1",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
6 replies
PPrisma
Created by Mashwishi on 6/19/2024 in #help-and-questions
Invalid `prisma.account.findUnique()` invocation:
This is my schema generated via CLI using npx prisma db pull wish can send full text code here, but i dont have nitro sorry. https://pastebin.com/TCnDjDXz
6 replies