We have a TemplateDefinitionProvider defined in our Domain project
hi
Can you try moving it into your Application.Contracts
module?
hi
All new customers (owners of the license) can download the ABP Framework book for free from https://commercial.abp.io/my-organizations/
new customers : Get the license after the 16th of January
HI
Can you check your project file(csproj)? and update the version?
hi
Why do you want to without using VFS?
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