Base solution for your next web application

Activities of "Hellonote"

Question

Hello guys,

Just want to know your opinion on this snippet of code for warming up the app. <applicationInitialization doAppInitAfterRestart="true"> <add initializationPage="/" /> </applicationInitialization>

Question

v11.1 .NetCore + Angular

Hi,

I'm getting a timeout exception occurring only on our production but not local. Connection string is unchanged since last successful deployment Saw a similar issue our db is actually having 12vCores so it should be enough? Tried increasing timeout in our pipeline but still having the timeout exception

Any other tips how to resolve this? Thank you

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?

Showing 1 to 10 of 12 entries