hi
Please check your app's logs. I didn't see the error logs.
Are u call the WriteTo.Elasticsearch method?
.WriteTo.Elasticsearch(
new ElasticsearchSinkOptions(new Uri(configuration["ElasticSearch:Url"]))
{
AutoRegisterTemplate = true,
AutoRegisterTemplateVersion = AutoRegisterTemplateVersion.ESv6,
IndexFormat = "MyProjectName-log-{0:yyyy.MM}"
})
introduced options.EnableRazorRuntimeCompilationOnDevelopment = false; to fix
hi
You just need to configure it and no other is needed.
We needed to call OdmsOptions.SetAsync(); method again to get latest settings,
This is design. See https://github.com/abpframework/abp/pull/6333
hi
For 6-digit codes it is valid for 3 minutes, others default to 1 day, of course you can configure it. This belongs to ASP NET Core Identity.
https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Extensions.Core/src/Rfc6238AuthenticationService.cs#L16
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.dataprotectiontokenprovideroptions.tokenlifespan?view=aspnetcore-6.0#microsoft-aspnetcore-identity-dataprotectiontokenprovideroptions-tokenlifespan
You will get forwarded to https://localhost:5000/account/login?returnUrl=https://localhost:44313/identity/roles
Maybe you should start https://localhost:44313.
hi
There is currently no such module.
hi
Blazorise AODA Compatability
We don't know about that, Can you create a question on https://github.com/Megabit/Blazorise/issues ?
How do I load plugins dynamically and lazily?
It not support now. You can create an issue on https://github.com/abpframework/abp/issues/new
2022-01-21 22:59:29.187 -06:00 [WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'.
You can try this.
https://community.abp.io/posts/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n