- 관련 상품
- 2026년 3월 23일 오전 6:56 UTC
- 이름 *
- kamo
- 뚱 베어
- 129a422
CockroachDB unique_rowid() IDs exceed JavaScript's MAX_SAFE_INTEGER. The previous response.json() + NextResponse.json() round-trip caused JSON.parse to convert string IDs to numbers, losing precision (e.g. 1160515565614497798 became 1160515565614497800). Now forwards the raw response text to preserve exact ID values from the backend.