-
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 suite2 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 >> <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>
3 Answer(s)
-
0
-
0
May you try to follow steps I decribed? Please create 1 - 6 steps. I already removed my Project and started new one.
If you will not be able to reproduce I will try again. -
0
hi
Please kindly reproduce the problem and share your project . Thank you for your time.