Base solution for your next web application

Activities of "ismcagdas"

Hi @maberry

Do you login as a host user and then execute HostAccountAppService's method ? If so, could you share related method in HostAccountAppService and also your notification definition in AppNotificationProvider ?

Hi @michael.pear

Could you try this https://stackoverflow.com/a/73415543 ?

Hi @stealthdev

Could you share the full stack trace ?

Great.

Hi,

You can send it to [email protected]

Hi,

This part is executed here https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.EntityFrameworkCore/EntityFrameworkCore/AbpEntityFrameworkCoreModule.cs. Maybe you can overwrite this method and try to find the problematic part. You may add additional logs as well.

Hi @niengineering

Is it possible for you to share the log file where we can see which part takes the longest time during startup ?

Hi,

Do you host a single instance of your app or multiple instances ? If it is multiple instances, please take a look at https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Clustered-Environment

Hi,

I think this will not work because it is instance specific. You can store those keys in database as well, see https://aspnetzero.com/blog/persist-data-protection-keys-to-database

Hi,

Could you add packages shown below to your Web.Core.csproj file and see if it fixes the issue ?

<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
Showing 11 to 20 of 12536 entries