Open Closed

Profile Picture not saving in Blazor Server 7.2.1 #5378


User avatar
0
balessi75 created

ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme

When saving a selected image from 'My Account' -> 'Profile Picture', the picture does not save. No errors occur on the UI or in the logs.

I reproduced the issue with a newly templated project: abp new ProfilePicIssue -u blazor-server -v 7.2.1

When I test with 7.0.1, everything works as expected. abp new ProfilePicIssue -u blazor-server -v 7.0.1

Something seems to have broke from v7.0.1 to v7.2.1.

Please provide confirmation of a fix as well as a possible work around for v7.2.1


3 Answer(s)
  • User Avatar
    0
    balessi75 created

    I found the problem in \Volo.Account.Pro\src\Volo.Abp.Account.Pro.Public.Web\Pages\Account\Components\ProfileManagementGroup\ProfilePicture\Default.js (see screenshot below)

    Here is what changed from 7.0.1 to 7.2.1 that causes the issue. We did an override as a temp workaround for now, but would like confirmation of a fix in a future update.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Thanks balessi75

    We fixed this on 7.2.x patch version and 7.3 stable version.

  • User Avatar
    0
    balessi75 created

    Thanks for confirming @maliming

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11