- ABP Framework version: v6.0.1
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
I've created a standard Blazor / ABP app and deployed to 2 Azure Web Apps:
- asw-raas-dev-blazor.azurewebsites.net
- asw-raas-dev-api.azurewebsites.net
I've followed the instructions in various tickets to get past the 500.30 error and Home page shows correct now
But when I try to login in I'm getting a blank page and an error:
So, I still must be missing something, but I really have no clue as all appsettings look OK at first glance:
appsettings for blazor
appsettings for HttpApi.Host
appsettings for DbMigrator
6 Answer(s)
-
0
hi
can you check the logs of the
HttpApi.Host
website? -
0
Hi @maliming,
Thanks for getting back to me.
At first glance, I don't see any application logs. /wwwroot/Logs is empty
I've also looked in the Application Event logs of Azure Web Services, but the last Error was from 2022/11/10 (which had to do with the certificates issues that plenty of people had, so that was easy to fix)
So my next question is: how to get to the ABP applications logs on Azure Web Service, because currently I'm not seeing them.
-
0
-
0
how to get to the ABP applications logs on Azure Web Service, because currently I'm not seeing them.
The logs of
asw-raas-dev-api.azurewebsites.net
existsLogs/logs.txt
The
/wwwroot/Logs
is not logs folder. -
0
This is still not fixed, so I want to re-open the ticket. I will try to redeploy on a new Azure Web Services instance. Nevertheless, I will not have a lot of time this week, so there won't be a lot of feedback from me the next couple of days.
-
0
ok, no problem