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;
}
no, It shouldn't work like that.
please share the logs.
liming.ma@volosoft.com
the menu section sometimes disappears,
Does refreshing the page help?
hi
I will check this.