Activities of "maliming"

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

Answer

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

Showing 6911 to 6920 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.