Unable to Upload Profile Picture on Aistro
On the Aistro platform, users are unable to successfully upload a profile picture. The upload button either does not respond, or the image does not get saved/applied to the user profile.
Steps to Reproduce:
- Log in to the Aistro platform.
- Navigate to Profile Settings.
- Attempt to upload a profile picture (e.g.,
.jpgor.png). - Click Save/Confirm.
- Observe the result.
Expected Result: The profile picture should successfully upload, update in the profile settings, and display on the user’s account/profile.
Actual Result: The profile picture fails to upload:
Bug Description: The profile picture upload feature is broken on Aistro. The issue may be caused by:
- Missing backend API endpoint,
- Incorrect file handling/validation, or
- UI not properly refreshing after upload.
Suggested Fix:
- Verify upload API and storage configuration (check file path/permissions).
- Ensure frontend properly sends file format and handles response.
- Add validation + error messages for unsupported file types or sizes.
- Provide instant preview once upload is successful.