Activities of "EngincanV"

Hi @Sturla, thanks for the information. I'll check and write you back during the day.

Hi Jeff, thanks for the confirmation. I've updated the doc.

I close the question since your problem is resolved. Best regards.

Hi, please add the app.UseHangfireDashboard("/hangfire"); middleware before the app.UseConfiguredEndpoints(); middleware:

public override void OnApplicationInitialization(ApplicationInitializationContext context)
{
    //...
    app.UseHangfireDashboard("/hangfire"); //should defined before UseConfiguredEndpoints()
    app.UseConfiguredEndpoints();
}

Then, you should be able to see the /hangfire page:

Hi, thanks for the detailed information. I'll check and write you back asap.

Can you confirm what is right version to be used for v6.0.0 ?

@rajamannar For the stable version (v6.0.0) of ABP Framework, you can use version 1.0.0 of LeptonX Theme.

Great to hear that! I've refunded your credit. Best regards.

Hi, in web project we've specified the LeptonX package versions as 1.0.0-rc.* to, let you get the latest LeptonX package version:

However, this caused a problem while updating a project or running the ABP Suite.

We've fixed this problem on the latest stable release (6.0.0).


To be able to run the ABP Suite, please open your *.Web.csproj and change the LeptonX package version to 1.0.0-rc.7 or any certain version, then you should be able to update your project and run the ABP Suite.

Best regards.

I may have tried to install a pre-release of LeptonX in this solution a while back, I wonder if that caused any config problems? Any thoughts on that possibility?

This should not cause any problem with the layout system, so I don't think this is related to that.

I will try and recreate on my end also and get back to you with more details.

Thanks, that be great 🙏

Hi, https://nuget.abp.io was offline for a limited time therefore commercial packages could not be retrieved during this outage. It's back online now, can you try again and let me know (so I can refund your ticket), please?

Hi, I've created a new template with v5.3.4 (blazor-server as UI) but could not reproduce your problem. I've added Default.cshtml file into Layouts\Account folder (Themes\Lepton\Layouts\Account\Default.cshtml) and the content of the page is displayed as the account layout.

Do you have any custom code or can you provide me with steps to reproduce your problem?

Showing 341 to 350 of 730 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11