다음과 같은 ZodError 에러가 발생시 서버 재시작으로 해결했습니다.
ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"data"
],
"message": "Required"
}
]
'log' 카테고리의 다른 글
카카오 지도 시작하기 (1) | 2024.08.28 |
---|---|
에러 메세지 (0) | 2024.07.24 |
next.js server action bind() example / pass argument (0) | 2024.07.20 |
UUID (Universally Unique Identifier) (0) | 2024.07.20 |
"YYYY-MM-DD" 형식 얻기 / ISO 8601 형식 (0) | 2024.07.19 |