Starts in:
0 DAY
15 HRS
39 MIN
38 SEC
Starts in:
0 D
15 H
39 M
38 S

Activities of "viktor"

  • ABP Framework version: v8.0.1

  • UI Type: Angular

  • Database System: EF Core (SQLite)

  • Auth Server Separated (for Angular): yes

  • Exception message and full stack trace:

  • Steps to reproduce the issue: steps: 1 Create new solution using apb suite

    2 Run AuthServer and Host >> OK

  • 2.1 Run Angular >> OK. Login with admin user >> OK. Admin menu exists.

    3 Add module "Identity Server UI" using "abp add-module Volo.Identityserver.Ui" << error during additional process on build error CS0234: The type or namespace name 'IdentityServer' does not exist in the namespace 'Volo.Abp' (are you missing an assembly reference?)

  • 4 Fix error by adding Package to ***EntityFrameworkCore.csproj project >> &lt;PackageReference Include="Volo.Abp.IdentityServer.EntityFrameworkCore" Version="8.0.0" /> 5 Run AuthServer and Host >> OK 6 Run Angular >> error on file ./src/app/app.module.ts:31:12-34 - Error: export 'UiConfigModule' (imported as 'UiConfigModule') was not found in '@volo/abp.ng.identity-server/config' (possible exports: IDENTITY_SERVER_ROUTE_PROVIDERS, IdentityServerConfigModule, configureRoutes)

7 Fixed by changeing 'UiConfigModule' to 'IdentityServerConfigModule'

8 Run Angular >> App runs without Admin menu after Login with admin user.

<br>

Showing 31 to 31 of 31 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06