Skip to main content
ArcBlock Community

Unable to Upload Profile Picture on Aistro

JM “cryptotestnet” Morales
Support
aistrobugneed-review

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:

  1. Log in to the Aistro platform.
  2. Navigate to Profile Settings.
  3. Attempt to upload a profile picture (e.g., .jpg or .png).
  4. Click Save/Confirm.
  5. 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.
Reply