I have an issue of display top-menu when switching from side-menu to top-menu:

In additional, how can I setup the footer component will be auto hide when user roll down the page:
Thanks,
Dharma
Thanks Maliming, Finally, I resolved my problem by fixing nginx configuration as you advised. Thanks, Dharma
Hi, Sorry, I'm in the meeting so I cannot join Zoom to share screen for your right now. I already changed Log Level to debug and resend the log to your email. Thanks, Dharma
I have sent Program.cs to your email. Thanks.
I changed log level as you advised and sent the log to you already. Thanks, Dharma
Hi, I deployed my project to nginx on ubuntu for both Blazor and Api. It didn't record log to Logs folder in side Api folder. I have sent the log file (configured in conf of nginx) to your email. Thanks, Dharma
Hi,
I deployed my Abp project (UI:Blazor Wasm) on Nginx Ubuntu. Blazor UI and Api run well, only a problem with authentication.
If I leave appsetting.json of Api as default:
"AuthServer": {
"Authority": "https://ebiz-devapi.abc.com",
"RequireHttpsMetadata": "true",
"SwaggerClientId": "eBiz_Swagger_Ubuntu"
}
When login it show this error:
If I changed RequireHttpsMetadata to false and Auth Server Url withou https, when Blazor login will show this error and cannot login:

Please help me to fix this issue. Thanks Dharma
Hello Liangshiwei,
I'd like to reopen this ticket. I can add an extra property (blazor-url) into AuditLogging to keep blazor page url when calling Api. Now I'd like to get data from Auditlogging and can be filtered by blazor-url, for normal fields I can use AuditLogsAppService.GetListAsync(new GetAuditLogListDto { }) and filter but how can I apply filter for extra property such as blazor-url mentioned above?
Thanks