The Zod schema rejected null for avatarUrl, but the client sends null when the avatar is removed. Changed to z.string().nullable().optional(). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The Zod schema rejected null for avatarUrl, but the client sends null when the avatar is removed. Changed to z.string().nullable().optional(). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>