Activities of "devraj.np@gmail.com"

This is my enviroemnt.prod.ts file. where do i set the redirect uri ?

Please find the logs in the link https://drive.google.com/file/d/1N0hRV1y2P2V4nyyJHNQl8O824wyQ5tyX/view?usp=sharing

got this after setting require https to false

  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / SQL Server I have deployed my angular+dotnetcore app into IIS. You can find the public link here http://116.90.234.198:8080/ , Home, FAQ, Report a Bug are being browsed as they are angular page but if i click on login it is not being routed. However if i type the url http://116.90.234.198:8080/account/login i can browse it. My HTTP Api Module is as follows

Theme: LeptonX UI: angular I get the scroll freezed after scrolling some time. and somwhoe starts working again after a minute or 2. Please find the video here. https://1drv.ms/v/s!Am2j79WrRQPRgnuihodkKULL7OR4?e=u6dJjo Also while scrolling we get a black div out of nowhere.. Please find the video here.. https://1drv.ms/v/s!Am2j79WrRQPRgnyAEKMUGRMqp9BC?e=eBO99A

This is a big problem for our client page, please support asap.

hi, alternatively, you can create the same user with the same credentials in each tenant. yes we wanna do this because.. we have business requirement of some role users from host will have to provide services to other tenant. They want some of their user to login into any tenant with their same credentials. I'm trying to add the same user with same credentials for all tenants . but i cannot access these properties like tenantid, username, normalized username etc .

Hi ,

I tried adding Users and their Roles from default Tenant into other tenants using Identity User. I found the User but could not set values for Tenant Id before i save user . Code:[ var userToAddInformation = await _userManager.FindByIdAsync(userId); userToAddInformation.TenantId = tenId;]

Also when I try to save a user from my code i could not set user properties from AppUser as it is designed for get only.So i tried using Volo.Abp.Identity.IdentityUser but still i could not set properties like email, username etc also tried IdentityUserManger CreateAsync but it still doesnot work.

Hi, Thank you for your answer.It worked for me.

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

I need to list all the users of certain role in host, This should be a list of all users in a specific role from all tenants.

Question

If you're creating a bug/problem report, please include followings:

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

I have home menu which I want to show without login and hide that menu after login. How can I do that?

Showing 11 to 20 of 26 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11