Activities of "maliming"

hi

You can add these code to the SportsMenuContributor I will fix the menu problem in next version.

var lf = context.GetLocalizer<FileManagementResource>();

context.Menu.GetAdministration().TryRemoveMenuItem(FileManagementMenuNames.GroupName);

context.Menu
    .GetAdministration()
    .AddItem(
        new ApplicationMenuItem(FileManagementMenuNames.GroupName, lf["Menu:FileManagement"], "~/file-management", icon: "fa fa-folder-open")
            .RequireFeatures(FileManagementFeatures.Enable)
            .RequirePermissions(FileManagementPermissions.DirectoryDescriptor.Default)
            .RequirePermissions("Innovain.Sports.Shared")
    );

Can you check the logs?

https://learning.postman.com/docs/sending-requests/cookies/

It's on the plan.

hi

I call it from Postman and it returns Bad Request.

Please check the app logs.

Please try to use different scheme.

The default scheme of AddMicrosoftIdentityWebApp is OpenIdConnectDefaults.AuthenticationScheme

https://github.com/AzureAD/microsoft-identity-web/blob/0e8a08d8c55edf3aec695a809d189d2ac4b770d9/src/Microsoft.Identity.Web/WebAppExtensions/MicrosoftIdentityWebAppAuthenticationBuilderExtensions.cs#L42

hi

This seems to have nothing to do with the abp framework, you can Google to find related solutions

what are the logs of the administration microservice and web gateway?

Please just send a template project, Thanks.

abp new DemoApp -u blazor

hi

Add the package to your csproj.

    <PackageReference Include="Volo.Chat.SignalR" Version="x.x.x" />
Showing 9401 to 9410 of 11529 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.