Activities of "shijo"

  • ABP Framework version: v5.2.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): ye
  • Exception message and stack trace: AbpAuthorizationException("Invalid download token: " + token)
  • Steps to reproduce the issue:" We have created a project with the File Management module. File upload is successfully done. When trying to download AbpAuthorizationException("Invalid download token: " + token) is coming. When we skip the download token null check condition file is downloading. We are using azure blob for file storage.

This is a query regarding the dynamic blob storage option in abp.io. As per the current documentation, I have to add the provider options in the module class. Our requirement is, per tenant the provider options may vary. Is it possible to dynamically configure the provider options?

I run the abp install-libs command. It is working now.

  • ABP Framework version: v5.2 RC
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(ViewContext viewContext, TagHelper tagHelper, TagHelperContext context, TagHelperOutput output, List<BundleTagHelperItem> bundleItems, string bundleName)
  • Steps to reproduce the issue:" Create a Sample Project and Simply Run

Answer

I placed the code in Program class Main Method, now its loading. await builder.AddApplicationAsync<PlugInPOCWebModule>(options => { options.PlugInSources.Add(new FolderPlugInSource( @"D:\POCs\MyPlugIns")); });

The issue is all plugins are loading on program start, How do I load plugins dynamically and lazily?

This is not working as expected, even after adding this code application become too slow to process the requests.

Question
  • ABP Framework version: v5.103
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: An object accessor is registered before for type: Microsoft.AspNetCore.Builder.IApplicationBuilder, Microsoft.AspNetCore.Http.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
  • Steps to reproduce the issue: As per the attached documentation, I am not able to find any startup file in MVC. I tried to implement this code in my ApplicationModule class "ConfigureServices" method, but I am getting exceptions. Where exactly do I have to place this code in MVC ? *

I went through the link shared, I have one question only the below section is enough to solve this issue, or do I need to change anything in my background service level code?

context.Services.AddSingleton<IDistributedLockProvider>(sp => { var connection = ConnectionMultiplexer.Connect(configuration["Redis:Configuration"]); return new RedisDistributedSynchronizationProvider(connection.GetDatabase()); });

Do you use multiple instances of that service?

Yes, I am using multiple instances of the service, Is there any way to stop running multiple time?

If you're creating a bug/problem report, please include the followings:

  • ABP Framework version: v5.0.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: background job executing multiple times on server, not able to control this job execution.
  • Steps to reproduce the issue: Create a background job. Call/Execute Job.
Showing 51 to 60 of 63 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13