Hello,
I think you need to check your object mapping once something is missing there. otherwise please send some code snippet or share steps to reproduce the issue.
thanks
Hello,
You can place your favicon in the same directory with wwwroot/images/favicon.ico.
The default favicon extension is .ico
so, avoid .png
, won't work as expected. You should use the same extension if you want to override same file.
or check in Incognito mode.
thanks
Hello,
please check this https://support.abp.io/QA/Questions/5595
Hello,
You can add in MenuContributor.cs
file like
context.Menu.AddItem(
new ApplicationMenuItem(
DemoMvcAppMenus.Favourite,
"Favourite",
"~/",
icon: "lpx-icon bi bi-star-fill",
order: 2
)
);
which will result like this for Side Menu Layout
It's functionality is not available yet, it will be available in our next version. You can implement it at your own.
Thanks
Hello,
Have you check this documentation https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular-customization please check if it helps you.
Hello,
Try to add icon like this icon: "lpx-icon bi bi-star-fill"
in MenuContributor.cs
file.
Thank You
Hello ,
Have you added Volo.Abp.Identity;
in SampleAppServiceTests.cs
file. Please check once.
Thank you.
Hello ,
Could you please check this if it helps you https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-4?UI=NG&DB=EF
Thank you.
Hi,
could you please check this if it helps you https://support.abp.io/QA/Questions/4484/Allow-Guest-user-to-use-certain-application-services-served-by-a-guest-page#answer-562eec34-7eec-073f-0829-3a092fd6770f
Hello,
I had tried deploying ABP Application template (Angular) with Auth Server Separated, and I am able to see the Menu items after logging from Angular application In this I have used localhost domain only.
Please check logs of API application (for any errors) as it is might be related to permissions. In the logs shared by you there is no any error