hi
The AbpEventBusRabbitMqModule will not write logs into Audit Logging , You can log data in your event handler.
hi
You can try to remove UseAbpRequestLocalization from asp net core pipeline.
hi
how can I add a recurring job at run time? and how can I remove it?
You can refer to the Hangfire API. https://docs.hangfire.io/en/latest/index.html
so I try to add via startup but I try to read polling intervall via appsettings.json but I can't do it
You can try to inject IConfiguration to reading the appsettings
hi
You can add some parameters on the OnRedirectToIdentityProvider method of OpenIdConnectOptions.
Then get parameters on OpenIddictSupportedLoginModel class.
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.openidconnect.openidconnectevents.onredirecttoidentityprovider?view=aspnetcore-7.0
hi
dotnet build /graphbuild
you're welcome
hi
I think the UI of module host projects is not important thing
https://docs.abp.io/en/abp/7.0/Dapr/Index
7.0
hi
We will release rc2 today, You can try again after that.
hi
Did you use hangfire or Quartz?