Activities of "Dev2ng"

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi,

I have integrated chat module as shown in the doc https://docs.abp.io/en/commercial/latest/modules/chat.

I have used abp suite to do the same. The tables and APIs are created, I can also see the chat enable section inside the feature management.

But even after enabling that, no chat icon is shown in the Angular app.

Please provide solution. Thanks !!

Hi,

We have two Angular Apps one is AdminApp and another is XyzApp, we have some menus defined in XyzApp lets say "BookStore".

We need the user access permissions to be managed at the AdminApp for this "BookStore" menu inside XyzApp.

We have separate AuthServer for AdminApp.

Please provide the solution.

Thanks !!

Hi,

I am using abp suite to create Angular tiered app, after doing the initial migration and running the DB update,

when I try to run the AuthServer project it gives me error :-

An unhandled exception occurred while processing the request. AbpException: Could not find the bundle file '/libs/bootstrap/js/bootstrap.enable.tooltips.everywhere.js' for the bundle 'Basic.Global'! Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(ViewContext viewContext, TagHelper tagHelper, TagHelperContext context, TagHelperOutput output, List<BundleTagHelperItem> bundleItems, string bundleName)

running the command "abp install-libs" does not work.

Please provide solution.

Hi,

I am implementing the azure AD SSO using open id connect. By default abp framework has provided the implementation.

In this we see one button at the bottom of the login page of AuthServer project like this:-

abp_sso.PNG

But in our use case, we are using angular as frontend and at the time of initial load of the Angular App we don't want to show this login page and then on next step clicking on the "Azure AD OpenId" button to get the sso done.

we need this button's url to be hit on the initial load of the Angular app to get the sso done.

we can see some form submission on the button click to Account/login, but don't know how to control the flow.

Please provide assistance, hoping for quick response. Thanks !!

Showing 11 to 14 of 14 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13