Open Closed

Unable to get list of users #5359


User avatar
0
aprasad created
  • ABP Framework version: v7.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Hi,

We have created a custom Angular app in which we have imported the identity module and installed all necessary packages. We are using the users page in which we can create a new user and get list for all users. The table for users show "no data available" even though data is available in DB. User creation is working fine and data is stored in DB but we cannot get the list for users. On checking the network tab, there is no API call for users list and no error in console. I created a custom function to hit the user list API and it worked fine. List for organization units is working fine too. Only the user list does not get called on its own when loading the user list page or after creating a new user. Also is there a way to customize css for imported modules.

Please provide a solution for this.

Thanks!!


1 Answer(s)
  • User Avatar
    0
    mahmut.gundogdu created

    Can I look at the code? Maybe skip the step? for example. I occasionally forget to use '.subscribe()'. Is there error message ?

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11