ProfilesRepository was routing create() and update() calls through PrismaReadService, which silently breaks in read-replica production environments. Added PrismaWriteService injection and routed write operations through dbWrite, matching the existing pattern used by TeamsRepository and other repositories. Co-authored-by: Pranav Gawande <pranavv00@users.noreply.github.com> Co-authored-by: Bandhan Majumder <133476557+bandhan-majumder@users.noreply.github.com>