I will check it asap
ok
hi
I will check it again.
hi
Enabling the static proxy in your service will work.
PS GeoTicket\services\ticket\src\GeoTicket.TicketService.HttpApi.Client> abp generate-proxy -t csharp -m ticketService -url https://localhost:44783/ --without-contracts
ABP CLI 8.0.0-rc.1
Create ClientProxies\GeoTicket\TicketService\Categories\CategoryClientProxy.cs
Create ClientProxies\GeoTicket\TicketService\Categories\CategoryClientProxy.Generated.cs
AddStaticHttpClientProxies
public class TicketServiceHttpApiClientModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.AddStaticHttpClientProxies(typeof(TicketServiceApplicationContractsModule).Assembly,
TicketServiceRemoteServiceConsts.RemoteServiceName);
Configure<AbpVirtualFileSystemOptions>(options =>
{
options.FileSets.AddEmbedded<TicketServiceHttpApiClientModule>();
});
}
}
hi
How can I reproduce your problem in a new template project?
Can you share the steps and code or a simple project?
Thanks
ok, I will check it asap.
hi
We will fix this. Thanks.
hi
You can inject the Domain/Manager services into your background job.
hi
Angular uses oAuth2 as an authentication method, You should not do this. It breaks the design.