일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- graphQL
- useState
- express.js
- blockchain
- REACT
- 기준
- Redux
- built in object
- SSR
- Props
- error
- HTML
- CLASS
- 삶
- bitcoin
- API
- tailwindcss
- evm
- web
- typeScript
- CSS
- concept
- hardhat
- nextJS
- Interface
- solidity
- middleware
- Ethereum
- JavaScript
- node.js
- 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..