hi
I will check and find a way.
hi
This is how CLI works way. Sometimes we need to do something manually.
hi
Can you share your project with me? liming.ma@volosoft.com
include the steps to reproduce thanks
We upgraded the ABP to 7.0.2
Did you upgrade your CLI and Suite to 7.0.2?
Please use the same version of CLI or Suite to create a new service.
thanks
hi
Can you share your public site project? liming.ma@volosoft.com?
hi
Can you share a simple project to reproduce the problem? liming.ma@volosoft.com?
permission and feature are similar to settings.
and the Dynamic Features and Permission
is https://github.com/abpframework/abp/pull/13644
hi
You also need to repalce the IdentityUserController
and add the new method.
hi
What is the theme you are using?
Did you add the below code to your index page?
@{
// replace the bloew localization keys with yours
PageLayout.Content.Title = L["Applications"].Value;
PageLayout.Content.BreadCrumb.Add(L["Menu:OpenIddict"].Value);
PageLayout.Content.MenuItemName = OpenIddictProMenus.Applications;
}