일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- API
- middleware
- bitcoin
- Redux
- node.js
- graphQL
- HTML
- typeScript
- JavaScript
- tailwindcss
- Ethereum
- CSS
- express.js
- concept
- error
- solidity
- hardhat
- REACT
- Interface
- web
- Props
- built in object
- blockchain
- 삶
- nextJS
- SSR
- evm
- CLASS
- useState
- 기준
- Today
- Total
목록Backend/Prisma (2)
ReasonJun
When : When implementing login using prisma and nextauth. Error message : [next-auth][error][adapter_error_getUserByAccount] https://next-auth.js.org/errors#adapter_error_getuserbyaccount Invalid `prisma.account.findUnique()` invocation: prisma code : generator client { provider = "prisma-client-js" } datasource db { provider = "mysql" url = env("DATABASE_URL") // Add this relationMode = "prisma..
Prisma is a modern ORM (Object-Relational Mapping) that makes it easy to interact with databases in a type-safe and consistent way. It is built on top of GraphQL, a popular API specification, and it provides a number of features that make it a powerful and flexible database solution. Some of the features of Prisma include: Type-safety: Prisma uses TypeScript to provide type-safety for your datab..