A task was canceled.
This exception is usually the caller canceling the call due to timeout or other reasons.
Can you share code or a simple project that reproduces the problem?
I will update the templates Thanks.
hi I am still working on it. I will leave a message if I'm done.
context.Groups.RemoveAll(x => x.Id == "Volo-Abp-Account-Picture" || x.Id == "Volo-Abp-Account-TwoFactor");
Configure<ProfileManagementPageOptions>(options =>
{
options.Contributors.Add(new MyAccountProfileManagementPageContributor());
});
public async Task ConfigureAsync(ProfileManagementPageCreationContext context)
{
context.Groups.Remove..
}
You add a MyProfileManagementPageContributorservice and remove two auth and pictures from the context.
No. This is build-in code, You need to remove the item from the context.
hi
https://docs.abp.io/en/abp/latest/Background-Jobs https://docs.abp.io/en/abp/latest/Background-Workers