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)
-
0
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.
-
0
Thanks balessi75
We fixed this on 7.2.x patch version and 7.3 stable version.
-
0
Thanks for confirming @maliming