0
LW created
- ABP Framework version: v5.1.4
- UI type: Angular / MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
When we deploy identity server to azure app service the login page logs an exception about missing assets:
- Exception message and stack trace: 404 Not Found on GET /Themes/Lepton/Global/assets/fonts/OpenSans-Bold.ttf for example.
I cannot find any information on how to include those assets to identity server deployment package. Gulpfile-scripts does not seem to copy anything to identity server side. So is there a desingned way to make sure the assets are copied to the Identity Server deployment package.
1 Answer(s)
-
0
hi
You can run
abp install-libs
command, then thewwwroot\libs
will be generated.