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
hi
Please share your project, Thanks
liming.ma@volosoft.com
hi
In ABP Commercial, can different tenant use different time zone, even just controlled through back-end without a user interface?
There is no such feature in abp commercials now, You have to implement it yourself
hi
Does this error occur every time?
hi
With other browser erase that tenant,
There should be an exception page if the current tenant is deleted or disabled.