Can you share a private repository on Github? and invite me to the contributor. @maliming
Why is a controller necessary?
You are using the tiered project, but enable the Auto API Controllers
in HttpApi.Host project.
https://docs.abp.io/en/commercial/latest/startup-templates/application/solution-structure#tiered-structure https://github.com/spospisil/ABPSampleServiceError/blob/0030129afd2120f96cee177503836bd8274da5c3/aspnet-core/src/StructureWeb.HttpApi.Host/StructureWebHttpApiHostModule.cs#L113
sorry, I don't understand, why to add ".resx",
This is the Microsoft design.
the ABP use *.json as resources files. kindly please give me exact instructions to follow with abp example.
Please try to remove the resourceType
from the displayattribute
, ABP will find the resource automatically. See https://github.com/abpframework/abp/blob/29366d4ae0814f1c5a985708ae74d2e0d6897322/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/AbpAspNetCoreMvcModule.cs#L124
Can I check it remotely? liming.ma@volosoft.com
AbpApplicationFactory.CreateAsync
This method only available in v5.1+ https://github.com/abpframework/abp/pull/10928
I will check the docker problem.
Add them to your module depends on attribute.
[DependsOn( typeof(AbpIdentityDomainModule), typeof(AbpIdentityEntityFrameworkCoreModule))]
I added the Volo.Abp.Identity.Domain to my application project.
You also need the Volo.Abp.Identity.EntityFrameworkCore
module.
Yes, Something like this.
Can you try this? https://docs.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-6.0&tabs=visual-studio#trust-the-aspnet-core-https-development-certificate-on-windows-and-macos