0
alpisala created
- ABP Framework version: v7.4.4
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
Hi, we deployed our angular abp application to azure using the https://docs.abp.io/en/commercial/latest/startup-templates/application/azure-deployment/azure-deployment?UI=NG&DB=EF&Tiered=No guide.Our api is a app service and our angular ui is on a static web app.
Api works, angular works... But we cant Authorize. All the requests returns HTTP ERROR 500. We can acces to index page but whenever we press login in our home page we got this error:
here is our environment.prod.ts file:
and Http.Api.Host appsettings.json:
How can we solve this issue?
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
4 Answer(s)
-
0
Oh sorry I didnt realized there was a log for the request here you go.link to my logs
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
1
hi
[ERR] An unhandled exception has occurred while executing the request. Volo.Abp.AbpException: Could not find file '/libs/abp/core/abp.css'
we deployed our angular abp application to azure
Please run
abp install-libscommand to restore the resources towwwrootand then copy thewwwrootto Azure,Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)