Activities of "liangshiwei"

Answer

Hi,

Did you add AbpAccountPublicWebIdentityServerModule dependency to module?

Are you talking about https://docs.abp.io/api-docs/commercial/3.3/api/index.html?

Does relogin work you?

Answer

Hi

See upgrade guide: https://github.com/abpframework/abp/blob/dev/docs/en/Migration-Guides/Abp-4_0.md https://github.com/abpframework/abp/blob/dev/docs/en/Migration-Guides/Abp-4_0-MVC-Razor-Pages.md

You can also create a 4.0 preview project for comparison abp new BookStore --preview

Sorry, I see you are using angular UI.

You can use revocation endpoint to revoke token.

Of course you can, Do you still have questions?

Hi,

Can you provide the steps to reproduce? thanks.

Hi,

You can send an email to license@abp.io

Hi,

You need to set the MenuItemName in your page. like:

@{
    PageLayout.Content.Title = L["Menu:FileManagement"].Value;
    PageLayout.Content.MenuItemName = FileManagementMenuNames.GroupName;
}

Hi

Try add

to your page.

Showing 5331 to 5340 of 5870 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 01, 2024, 05:35