Activities of "ssba_w"

So how i can install the UI additional package of this module to my Angular ?

The package id is @volo/abp.ng.payment, you can refer the document: https://docs.abp.io/en/abp/4.4/UI/Angular/Feature-Libraries

Same problem is in App Template...

I will check it.

After installing payment Angular UI with yarn add @abp/ng.identity command and adding module PaymentAdminConfigModule.forRoot()

And add Routing

  {
    path: "payments",
    loadChildren: () =>
      import("@volo/abp.ng.payment/admin").then((m) => m.PaymentAdminModule.forLazy()),
  }

We reseive followin errors Cannot find module '../../../../../dist/payment/volo-abp.ng.payment' or its corresponding type declarations.

How can we fix it ? If there is more module import / routings that we have to add ? We cannot find any info about it.

All insatlations and module managments done via ABP Suite

  1. On adding Payment Module to new Modular solution type we got error: appsettings file could not be found. Path:C:\FinalModule\src\FinalModules.Blazor\wwwroot\appsettings.json
  2. Payment Module not install the Angular UI for this module so there is no Payment Manager etc.
  3. Tenant Admin Cannot Login into the Tenant After the Tenant is created. I created a tenant in abp using the admin. But i was unable to login with the email address used in the tenant registration. I also queried the database and looks like it is not added the new user.
  4. After adding source code of Account Pro Module to new Module solution type, the .sln file of solution is corrupted and not work.
  • ABP Framework version: v4.4.3 Commercial
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11