I have attached screenshot of Azure AuthServer webapp configuration as Https only and certificates. The Authserver and API sites are not loading in browser with "https://" secure URLs
hi
I can't see your screenshot.
Good news.
hi
Can you try to publish the website locally?
dotnet publish
Good news.
hi
Add MyMobileNavbar to your blazor project. We will fix that in the next version. Your question credit is refunded.
using System.Collections.Generic;
using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.Navigation;
using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Navigation;
using Volo.Abp.DependencyInjection;
namespace EagEz.Test.Blazor;
[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(MobileNavbar), typeof(MyMobileNavbar))]
public class MyMobileNavbar : MobileNavbar
{
public MyMobileNavbar()
{
SelectedMenuItems = new List<MenuItemViewModel>();
}
}
hi
How can I reproduce this problem in a new template project?
hi
I will check this.
hi
Can you share the full steps so I can reproduce it in a new template project?
Thanks
hi
To reproduce it locally, you can set the ASPNETCORE_ENVIRONMENT to Production.
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-7.0
hi
There is a setting for the timezone. You can get it in your UI and display the time based on it.
https://docs.abp.io/en/abp/latest/Timing#timezone-setting
I will also create an issue on abp opensource side to add this setting in the setting management UI.
https://github.com/abpframework/abp/issues/16628