Base solution for your next web application

Activities of "Hellonote"

This is bit urgent. It would be great if someone can help us in this issue..

  • 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.

I am getting two errors:

  1. Jquery not defined
  2. KTWizard is not defined

Is there any thing which possibly I am missing?

Hi, same question as above..this link is already dead --> https://github.com/aspnetzero/aspnet-zero-core/issues/1628 how can i achieve this?

- 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?

Answer

Thanks, issue resolved.

Answer

I did install .NET Core SDK & dotnet-ef... Microsoft.EntityFrameworkCore.Design i assume is already on project solution?

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 ismcagdas,

Here you go:

Thanks

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 31 to 40 of 40 entries