Base solution for your next web application

Activities of "Hellonote"

Hi,

Is there any implementation that you made that would deter a user from accessing any page if said user is not affiliated to any organization unit? If none, can you give me a suggestion on how to effectively do it without disrupting any future update/merge from your side?

Product Version 12.01 Angular .Net Core

Hello Team,

We are facing an issue in chat feature with tenancy URL. Without tenancy URL, chat feature is working fine but as we enabled tenancy from URL like https://emr.hnv2.com (Sample URL, here emr is tenant) chat is not working. It started throwing 404 error

We request you to kindly guide us, if we missing anything. Thanks

Product Version 12.01 Angular .Net Core

Hello Team,

We have a requirement for a tenant to login with openId Connect. So, need to set default login should be by openId connect. We tried by modifying the code on login.component.ts but couldn't make it work. It was going in loop, again and again redirecting to cognito login page.

We request you to kindly help us and guide with sample code to get this done, please.

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 11.2.1
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net 6

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using?
  • What are the theme settings?

Hello Team, We are facing long build time issue for no reason(I believe). Whenever we build .net 6 API solution, it took around 5 mins - 20 mins. Along with this, Memory usage is above 90% (Fluctuating around 5GB - 8GB), CPU Usage is above 90%. Although I have turned off the code lens but no difference. We are using VS 2022. It will be very helpful if we can get some technical assistance on this.

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 11.1.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core/.net 6

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using? Problem with all themes
  • What are the theme settings?

Hello guys! I have a problem with datepicker for production users. I don't know why my date pickers has this behavior, this doesn't work. This gif was taken from demo-ui-components pages and is the same for the others components. I am able to reproduce this issue on my local machine for below steps:

  1. Set clock provider to UTC in starttup.cs. (Clock.Provider = ClockProviders.Utc;)
  2. Changed the local machine timezone.
  3. Run the app. For all datepickers, selected date is keep on changing. It's decreamenting.

If we don't set the Clock Provider then there is no issue. But for app this is important, we want all dates to be save in UTC.

Can you help me please? Thanks!

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? v11.0.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

If issue related with ABP Framework

  • What is ABP Framework version? v7.0.1

Hi, we have just updated to v11..after that we are seeing these warnings upon adding new migration or updating entity via RAD tool. Are we missing something that caused this warnings? This was not occurring before.

annotations were removed also upon running Add-Migration..

Please advise us how to resolve these.

Regards, Marc

  • What is your product version? = API: v10.3.0 | Client: v10.3.0

  • What is your product type (Angular or MVC)? = Angular

  • What is product framework type (.net framework or .net core)? = .net core

  • What is ABP Framework version? = 6.3

We are facing issue while downloading any file, including default Export to Excel option. This is happening after we enable Redis Cache.

On local it is working fine but in the azure hosting environment the same is not working. We request you to guide us on this issue. Error is in "/File/DownloadTempFile" API

From the log files, got below error: ERROR 2021-05-17 13:37:19,647 [6 ] Mvc.ExceptionHandling.AbpExceptionFilter - Unable to find a constructor to use for type HelloNote.EMR.Storage.TempFileInfo. A class should either have a default constructor, one constructor with arguments or a constructor marked with the JsonConstructor attribute. Path 'FileName', line 1, position 12.

Newtonsoft.Json.JsonSerializationException: Unable to find a constructor to use for type HelloNote.EMR.Storage.TempFileInfo. A class should either have a default constructor, one constructor with arguments or a constructor marked with the JsonConstructor attribute. Path 'FileName', line 1, position 12.

- What is your product version? 9.1 - What is your product type (Angular or MVC)? Angular - What is product framework type (.net framework or .net core)? .net core

Question: I need some more properties in session, so extended the ClaimsAbpSession. In .net core controllers I am getting these new claims values. Is there any way to get these new session properties in Angualr ... like abp.session?

Question

Hi, Getting issues while creating entity from RAD Tool..

We are trying to generate entities using RAD Tool in latest version of ASPNetZero Template. Encountering two issues with this:

  1. Some error while running add-migration. We need to manually run the command to add and update database migration.
  2. One property missing in the angular component. We again need to add that property manually to resolve the error.

Hi,

I partially got the OpenId with AWS Cognito User Pool (I think). I am able to show the OpenIdConnect button, redirect to AWS Cognito login and signup page. But I noticed some problems:

1. When I sign-up a new user, it creates a user record in Cognito User Pool but it doesn't create a record in Abp tables. 2. Even if I'm logged-in to Cognito, it doesn't log me into AspnetZero.

Questions:

1. Am I doing something wrong here? Did I miss anything? 2. Does AspnetZero support AWS Cognito User Pool as OpenId?

Here are the screenshots of the changes I made with my demo app that would hopefully help understand the problem.

OpenId in appsettings.json.

Modified login.service.ts to match with Cognito User Pool app client settings

Login page

Clicking the OpenIdConnect button redirect to Cognito login page.

After successfully logging in to Cognito, it redirects to this URL.

The error I've got in the console after redirecting to the /account/login page.

I had to modify the login.component.ts because the redirect URL doesn't contain hash parameters.

Thanks.

Showing 1 to 10 of 10 entries