Profile photos upload but do not save (appear blank) #90

Open
opened 2026-07-07 16:19:42 +12:00 by fastie81 · 0 comments
Owner

Problem (via Natasha McKee - WA)

Profile photos upload but don't save - still appear blank after upload.

Steps to Reproduce

  1. Go to profile photo upload section
  2. Select and upload a photo
  3. Photo appears to upload successfully
  4. Page refresh shows blank/no photo saved

Expected Behavior

Uploaded profile photos should persist and display after saving.

  • app/core/entities/models.py (Member/Profile model with photo field)
  • app/core/operations/member_ops.py (photo upload handling)
  • app/infrastructure/database/repositories/member_repo.py (photo storage)
  • frontend/src/pages/profile/ (photo upload component)
  • frontend/src/components/common/ (file upload component)
### Problem (via Natasha McKee - WA) Profile photos upload but don't save - still appear blank after upload. ### Steps to Reproduce 1. Go to profile photo upload section 2. Select and upload a photo 3. Photo appears to upload successfully 4. Page refresh shows blank/no photo saved ### Expected Behavior Uploaded profile photos should persist and display after saving. ### Related Files - `app/core/entities/models.py` (Member/Profile model with photo field) - `app/core/operations/member_ops.py` (photo upload handling) - `app/infrastructure/database/repositories/member_repo.py` (photo storage) - `frontend/src/pages/profile/` (photo upload component) - `frontend/src/components/common/` (file upload component)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
fastie81/honbu-manager#90
No description provided.