Activities of "maliming"

I will check it asap

ok

hi

The solution is to set IsServiceBusDisabled = true in HTTP API module.

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.

Answer

hi

Angular uses oAuth2 as an authentication method, You should not do this. It breaks the design.

Showing 5961 to 5970 of 11558 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.