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