Activities of "maliming"

hi

You can reference the DocumentServiceModule.HttpApi.Client in InvoiceService host project. Then reference the InvoiceService.HttpApi.Client in DocumentServiceModule host project.

Do you have xxx.HttpApi.Client project in all of your modules?

hi

Is there any way I can check if Twilio is not enabled, and doesn't show a phone verification option?

You can inject the ISmsSender and check the instance if a TwilioSmsSender.


You can set IdentitySettingNames.SignIn.EnablePhoneNumberConfirmation to false for specific tenants.

Setting under Identity setting area.

hi

abp application is an ASPNET Core application.

So the best practice of ASPNET Core is the same approach in the abp framework.

If you have any problems, you can provide feedback here.

Thanks.

hi

We will add docker support in the app template soon.

Thanks.

ok, Please share full Logs.txt file.

hi

You need to change the log level of your website(https://pcassist-testing.premiumasp.net/).

Postman is just used to send HTTP requests (API/app/book).

We need the logs.txt of your website.

Answer

hi

Try to set Layout to null of your partial view.

@{
    Layout = null;
    PageLayout.Content.Title = L["Wizard Steps"].Value;
    PageLayout.Content.MenuItemName = HorizonERPMenus.MainWizard;
}

Set log level in your c# application.

Program.cs file.

hi

  1. Enable debug log level
  2. Make the api/app/book in your Postman with your access token.
  3. Share the logs.txt file with liming.ma@volosoft.com

.MinimumLevel.Debug()

loggerConfiguration
    .MinimumLevel.Debug()
    .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
    .Enrich.FromLogContext()
    .WriteTo.Async(c => c.File("Logs/logs.txt"))
    .WriteTo.Async(c => c.Console())
    .WriteTo.Async(c => c.AbpStudio(services));
Showing 1791 to 1800 of 10652 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.0.0-preview. Updated on September 12, 2025, 10:20