- 관련 상품
- 2026년 4월 12일 오후 10:26 UTC
- 이름 *
- Kamo
- 뚱 베어
- 4d0bc76
The frontend assigns temporary crypto.randomUUID() values to newly-added signers before any backend call. The previous upsert-by-uid logic would throw 404 for these non-existent IDs. Full replace (delete all + insert all) is the correct semantics: the client always sends the complete desired list, and the response returns the canonical DB-assigned UUIDs.