All updates
backend
frontend
database
auth

Resolved Clerk org/user IDs to internal UUIDs when loading projects

Bug Fixes

  • Fixed an issue where project lists were empty when using Clerk org or user IDs. The app now looks up the internal UUID (via findOrgByClerkId/findByClerkId) before querying projects, so projects created with internal UUID owner_id are correctly returned in the API, app layout, and dashboard.backend