Please run the Abp.Test1.HttpApi.Host first.
hi
I will create a demo for this. will info you when it has been done.
https://github.com/abpframework/abp/issues/12783
Open Solution Open in IDE (with Visual Studio) Run abp.test1.DbMigrator (database test1 already created) Run apb.test1.Web.Public
Hi
There is should have an API website, You need to run it first.
Can you share your project structure?
Autofac.Core.Registration.ComponentNotRegisteredException: The requested service 'SCV.Litmus.LitmusTenants.CustomTenantAppService' has not been registered. To avoid this exception, either register a component to provide the service, check for service registration using IsRegistered(), or use the ResolveOptional() method to resolve an optional dependency.
hi
You should use ITenantAppService in the controller instead of CustomTenantAppService
[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(ITenantAppService))]
public class CustomTenantAppService : ApplicationService, ITenantAppService
Then use the ObjectMapper property.
hi epieters
Try to run abp install-libs command in CRM folder.
hi Leonardo
Please send an email, let's confirm the time.
Can you set a breakpoing to confirm the MyHttpContextIdentityModelRemoteServiceHttpClientAuthenticator working?