The User model has account_id as Optional[UUID] but the frontend type and backend schema declared it non-nullable. Solo users without a team have no account, so both must allow null. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The User model has account_id as Optional[UUID] but the frontend type and backend schema declared it non-nullable. Solo users without a team have no account, so both must allow null. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>