hi
Please remove the options.ConventionalControllers.Create(typeof(AbpAccountAdminHttpApiModule).Assembly,...
You cannot change the API version in the module. You can only control your own API.
Add below to HttpApi.Host project.
context.Services.Configure<ApiVersioningOptions>(options =>
{
options.UseApiBehavior = false;
});
Add below to Web project.
context.Services.AddApiVersioning();
hi
I will check your project asap.
hi
I can share some source code with you if you need it.
hi
Are you call the GetAsync
?
var entity = await _entityNameRepository.GetAsync(id)
Can you share a simple project with me ?
hi
We will support it in the future, you can consider implementing it yourself for now.
hi
The Volo.Abp.Emailing
already add in the template project by default.
I can't understand your situation.
hi
You should add the IncludeDetails
and use it in includeDetails
.
hi Neozzz
Did you add the IncludeDetails extension method?
hi
See https://support.abp.io/QA/Questions/536/How-to-Restrict-users-multiple-login-session