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?
4 Answer(s)
-
0
hi
Please share the logs of the 500 error requests.
-
0
Oh sorry I didnt realized there was a log for the request here you go.link to my logs
-
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-libs
command to restore the resources towwwroot
and then copy thewwwroot
to Azure, -
0
You are the man! It worked, thank you so much.