Activities of "maliming"

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.

hi

Refunded, Thanks.

hi

  1. Please check the logs.txt
  2. There should be an error log in the event viewer.
  3. https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?view=aspnetcore-8.0#50030-in-process-startup-failure
Answer

hi

Can you try your steps in the new project created by the Suite, reproduce the problem, and then share it?

liming.ma@volosoft.com

Showing 5941 to 5950 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.