Activities of "EngincanV"

Hi, it seems you've created a solution by using one of the free templates. In your application's Nuget.Config file there should be a NuGet Source that corresponds to ABP Commercial's Nuget Server.

So, you can navigate to the my-organizations page, get the license key and then add it to the NuGet.config file:

<add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/v3/index.json" />

Then, you should be able to use ABP Suite. However, we are strongly suggesting to use ABP Commercial's Pro Templates for better application development and compatibility with ABP Suite.

[10:38:48 WRN] 3. HTTP request attempt failed to https://api.nuget.org/v3-flatcontainer/volo.abp.aspnetcore.mvc.ui.theme.lepton/index.json with an error: 404-Not Found. Waiting 7 secs for the next try...

... repeating for all modules and several times during an update process ?

Hi, sometimes NuGet servers may not process requests because of frequent requests, outages, unstable network connection, or other possible reasons.

This warning message is related to that and thanks to the auto-try system it re-runs to get the package. It should not be a problem in most cases.

I close the question since it seems your question is answered. Feel free to reopen it if it's not. Best regards.

Thank you Engincan.

Another problem that occurs with the top menu is the following: When I restart the application, the dropdown menu is not at the front level. I always have to refresh the page once first (F5) for the menu to appear fully. I have made a screencast about this:

Screencast

Maybe you guys can fix that too. Thanks.

Thanks, I've also reproduced this once and I'll create an issue for it.

I see changes to version 1.0, so version 1.0.1 is being displayed.

But I use the top menu layout. Can you check it with that?

I've tried just before and reproduced the problem. It seems the problem was fixed for the SideMenu layout but not the TopMenu layout. I've created an internal issue for this problem (#945). I'll inform you when it's fixed.

@EngincanV, hm... i have now ABP 6.0.1 and LeptonX 1.0.1 and the problem still occurs...

Volo.Abp.AspNetCore.Components.Server.LeptonXTheme: Version="1.0.1" Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX: Version="1.0.1"

Please delete the bin and obj folders in your blazor-server project and restore the packages. Probably, your application still uses the previous version of the LeptonX Theme.

I've just tried and it's working as expected.

@ageiter, this problem is fixed with LeptonX v1.0. So you can update the LeptonX package version. Thanks for reporting the problem again. Best Regards.

Hi I know but I don't found any other solution

If you want to see the hangfire dashboard which corresponds to a web page, you should do it as you mentioned above (i mean you should go with a web application instead of a console application).

I close the question since this is not a question that is fully related to ABP Framework. Best Regards.

Hi

I found this possibile solution

.ConfigureWebHostDefaults(builder => 
            { 
                builder.Configure(app => 
                { 
                    app.UseRouting(); 
 
                    app.UseHangfireDashboard(); 
                    app.UseEndpoints(endpoints => 
                    { 
                        endpoints.MapHangfireDashboard(); 
                    }); 
                }); 
            }) 

When you do that your application becomes a web application, you are configuring a web host you can do this if it's not causing any problems for you.

Hi, you can not add Hangfire Dashboard into a console application. Please see the documentation for related configurations on the asp.net core application.

Best Regards.

I've reproduced the problem that you're facing and will create an issue for it. Thanks for letting us know. I'm refunding your credit. Best Regards.

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