Activities of "maliming"

Conflicting method/path combination "GET api/app/nordigens" for actions - Life.Controllers.Nordigens.NordigenController.GetListAsync (Life.HttpApi),Life.Controllers.Nordigens.NordigenController.BanksAsync (Life.HttpApi). Actions require a unique method/path combination for Swagger/OpenAPI 3.0. Use ConflictingActionsResolver as a workaround

hi

Can you share the code of NordigenController

hi

Can you share more logs of all of the applications?

You can set the log level to Debug to see more logs.

You're welcome~

hi pvaz

Can you confirm whether you have upgraded all abp packages?

Can you share a simple project to reproduce? liming.ma@volosoft.com

hi

using (CurrentTenant.Change(TargetTenantId))
{   
    //delete permissionName.
    permissionManager.SetAsync(string permissionName, string providerName, string providerKey, bool isGranted false)

    //delete all permissions.
    permissionManager.DeleteAsync(string providerName, string providerKey);
}

hi

I mean you can create a new microservice project and add some code to reproduce the problem.

abp new BookStoreMS -t microservice-pro

context.Services.TryAddSingleton(typeof(IScopedServiceProvider<ReportingDataSourceService>), typeof(ScopedServiceProvider<ReportingDataSourceService>));

The providerName of the AbpIdentity.Roles.ManagePermissions is R, The providerKey is admin.

Task DeleteAsync(string providerName, string providerKey);

🙂

hi

Can you use the template ms project to reproduce this?

You can share me the code and steps. liming.ma@volosoft.com

Showing 7621 to 7630 of 8747 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09