hi
It seems the logs don't contain authserver website.
Can you share the logs of all website? Thanks
Also set the level to Debug will be best.
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
Can you try again to see if it still has the error output of blazor?
Please contact license@abp.io if the error is not solved.
hi
Please share your code of IdentitySecurityLogManager
hi
The browser may block iframe and there is nothing we can do.
hi
abp uses the functionality provided by identity. No changes have been made.
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/mfa?view=aspnetcore-7.0#mfa-totp-time-based-one-time-password-algorithm https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-enable-qrcodes?view=aspnetcore-7.0#totp-client-and-server-time-skew
hi
Sorry, We will reply email to you in a few hours.
hi
Hi Maliming, When hosting on ubuntu (nginx) I didn't find any log file in side Logs of HttpApi.Host, I can only get the log file from /log/nginx/... so I cannot get the logs.txt as you mentioned Thanks
Please share the Program.cs of your ebiz-devapi.abc website.
hi
Please follow this issue. We will implement such a feature.
https://github.com/abpframework/abp/issues/8620#issuecomment-1790946466
hi hanntd
There is no help info in your logs.
Please write the logs to logs.txt and share the logs of https://ebiz-devapi.abc.com website.
Thanks
hi
The UserId and UserName come from the ICurrentUser.
You can change the current Principal to override the ICurrentUser.
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentitySecurityLogManager.cs#L68-L75