Hello,
could you please share logs? also, check the similar issues if it helps you https://support.abp.io/QA/Questions/4820/405-Method-not-allowed#answer-3a0a5c32-5c31-f686-b9bd-1de8e339a0f1
thanks
Hello,
You have to download the source code of LeptonX
as I was already given but make sure your version of LeptonX
while downloading select the same one -
https://support.abp.io/QA/Questions/7208/Custom-Languages-switch-component-in-public-website-project#answer-3a1297b7-1ed1-2b89-0d9f-ed99690bb61f
You don't need to add it to your application. Download it separately and create a new page Footer.razor
at the same path as given above and you can check the code for reference or customize the new footer as per your requirement.
Thanks
Hello,
Thanks for the information. And your abp suite version is also the same 7.1.1, right?
While clicking save and generate
, ensure your application is not up and running.
Check-in Database whether Permission
tables are present or re-run DBMigrator.
If you still face the issue, please check the logs and share more details.
Thanks
Hello,
You can call the IPermissionDefinitionManager.GetGroupsAsync
in the OnApplicationInitialization.
Give it a try.
Hello,
please check for logs and do share.
thanks
Hello,
try to add ManageProfileTabsService
in providers:
of app.module.ts
file.
Or if it not worked then try to remove ManageProfileTabsService
from app.module.ts
; I think it causes the error.
Thanks
Hello,
could you please check once the similar issue https://support.abp.io/QA/Questions/7052/email-confirmation-password-reset-not-working-after-upgrading-to-80 if it helps you
thanks
Hello,
for website project you can customize header using https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc#main-header-branding
thanks
Hello,
you may check this documentation https://docs.abp.io/en/commercial/7.4/themes/lepton-x/angular#brand-component to customize the header.
thanks