hi
Please make your repo Private!
Temporary solution.
context.Services.AddSignalR(options =>
{
var p = options.GetType().GetProperty("HubFilters", BindingFlags.Default | BindingFlags.Instance | BindingFlags.NonPublic);
var pp = p.GetValue(options);
var m = typeof(List<IHubFilter>).GetMethod("Clear");
m.Invoke(pp, BindingFlags.Default, null, null, null);
options.AddFilter<AbpHubContextAccessorHubFilter>();
options.AddFilter<AbpAuthenticationHubFilter>();
options.AddFilter<AbpAuditHubFilter>();
});
hi
Can you prepare a simpleproject to reproduce the problem? Include steps. Thanks.
liming.ma@volosoft.com
hi
You are right, You need to put it in the project where the account is hosted.
hi
Are you new customer?
new customers : Get the license after the 16th of January 2022.
See https://docs.abp.io/en/commercial/4.4/modules/account/ldap
hi
Your project Logs/logs.txt
hi
await UserManager.VerifyTwoFactorTokenAsync(user, provider, code)
hi
https://github.com/abpframework/abp/pull/11861#issuecomment-1062475169