Activities of "shijo"

Question

Is it possible to change Abp Core table names, like AbpUsers to IbtikarUsers ?

  • ABP Framework version: v4.4.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: Custom Claims added but not able to retreive the claims data frontend. Please explain the flow
  • Steps to reproduce the issue:"
    • Add New Claim Types as string
    • Select and Add the newly added claim type and value in User >> Claim
    • Configure identity server client
    • Login Identity server by using the same user through a client (angular), all claims comming expect the newly added claim
    • When you run Identity server alone and login added claims appearing

hi

Can you share some screenshot and logs?

Issue has been solved. I added the identity resources and map with the custom claim type. Thanks.

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.

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?

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()); });

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 ? *

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

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?

  • 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

Showing 1 to 10 of 109 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11