Activities of "Priyanka"

ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace: NA

Steps to reproduce the issue: IdentityServer to OpenIddict migration

Hi, I have recently migrated identity server to OpenIddict but in stack trace I found IdentityServer4 is being used, sharing the below log:

Microsoft.AspNetCore.Http.DefaultHttpResponse.Redirect()

Microsoft.AspNetCore.Http.HttpResponse.Redirect() Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents.<>c.<.ctor>b__45_8() Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents.RedirectToReturnUrl() Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler.<ApplyHeaders>d__28.MoveNext() System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start() System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start() Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler.ApplyHeaders() Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler.<HandleSignInAsync>d__26.MoveNext() System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start() System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start() Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler.HandleSignInAsync() Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler1[TOptions].SignInAsync() Microsoft.AspNetCore.Authentication.AuthenticationService.<SignInAsync>d__17.MoveNext() System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start() System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start() Microsoft.AspNetCore.Authentication.AuthenticationService.SignInAsync() **IdentityServer4**.Hosting.IdentityServerAuthenticationService.<SignInAsync>d__8.MoveNext() System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start() System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start() **IdentityServer4**.Hosting.IdentityServerAuthenticationService.SignInAsync() Microsoft.AspNetCore.Identity.SignInManager1.<SignInWithClaimsAsync>d__33[TUser].MoveNext() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].ExecutionContextCallback() System.Threading.ExecutionContext.RunInternal() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].MoveNext() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].MoveNext() System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction() System.Threading.Tasks.Task.RunContinuations() System.Threading.Tasks.Task.FinishContinuations() System.Threading.Tasks.Task1[TResult].TrySetResult() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1[TResult].SetExistingTaskResult() Microsoft.AspNetCore.Identity.SignInManager1.<CreateUserPrincipalAsync>d__26[TUser].MoveNext() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].ExecutionContextCallback() System.Threading.ExecutionContext.RunInternal() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].MoveNext() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].MoveNext() System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction() System.Threading.Tasks.Task.RunContinuations() System.Threading.Tasks.Task.FinishContinuations() System.Threading.Tasks.Task1[TResult].TrySetResult() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1[TResult].SetExistingTaskResult() Volo.Abp.Castle.DynamicProxy.CastleAsyncAbpInterceptorAdapter1.<InterceptAsync>d__31[TInterceptor,TResult].MoveNext() System.Threading.ExecutionContext.RunInternal() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].MoveNext() System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction() System.Threading.Tasks.Task.RunContinuations() System.Threading.Tasks.Task.FinishContinuations() System.Threading.Tasks.Task1[TResult].TrySetResult() Volo.Abp.Uow.UnitOfWorkInterceptor.<InterceptAsync>d__2.MoveNext() System.Threading.ExecutionContext.RunInternal() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].MoveNext() System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction() System.Threading.Tasks.Task.RunContinuations() System.Threading.Tasks.Task.FinishContinuations() System.Threading.Tasks.Task1[TResult].TrySetResult() Volo.Abp.Castle.DynamicProxy.CastleAbpMethodInvocationAdapterWithReturnValue1.<ProceedAsync>d__7[TResult].MoveNext() System.Threading.ExecutionContext.RunInternal() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].MoveNext() System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction() System.Threading.Tasks.Task.RunContinuations() System.Threading.Tasks.Task.FinishContinuations() System.Threading.Tasks.Task1[TResult].TrySetResult() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1[TResult].SetExistingTaskResult() Castle.DynamicProxy.AsyncInterceptorBase.<ProceedAsynchronous>d__141[TResult].MoveNext() System.Threading.ExecutionContext.RunInternal() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].MoveNext() System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction() System.Threading.Tasks.Task.RunContinuations() System.Threading.Tasks.Task.FinishContinuations() System.Threading.Tasks.Task1[TResult].TrySetResult() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1[TResult].SetExistingTaskResult() eFC.IdentityServer.eFCUserClaimFactory.<CreateAsync>d__4.MoveNext(eFCUserClaimFactory.cs:73) System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1[TResult,TStateMachine].ExecutionContextCallback() System.Threading.ExecutionContext.RunInternal() System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox`1[TResult,TStateMachine].MoveNext()

Can you please help me to understand why Identityserver4 is still there, I have removed all Identityserver refrence from my solution.

Thanks

ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace: NA

Steps to reproduce the issue: NA

Hi,

Is there any other alternate available other than openIddict and Identity server? also, what is the roadmap to support openiddict from abp?

Thanks

ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace: NA

Steps to reproduce the issue: Create New table from abp suite

Hi, I'm trying to create new table from abp suite but getting below error

these are the steps to reproduce:

launch abp suite using cmd.

open the solution.

create new entity.

Click on save.

It will try to generate table and give error message that there are build error.

Go to solution and check the error message.

There are 2000+ error, below is the screenshot of same

All errors are coming in newly added files, below is the sample of class generated by abp suite, some %%custom-code-abstract-modifier%% type value is mentioned in all files.

using eFC.Patients; using eFC.CodeLookUps; using eFC.Encounters; using System; using System.Linq; using System.Collections.Generic; using System.Collections.ObjectModel; using Volo.Abp.Domain.Entities; using Volo.Abp.Domain.Entities.Auditing; using Volo.Abp.MultiTenancy; using JetBrains.Annotations;

%% child - entity -namespace%%

using Volo.Abp;

namespace eFC.EncounterMovementPlaceholders { public %%custom-code-abstract-modifier%% class EncounterMovementPlaceholder%%custom-code-base%% : FullAuditedEntity<long> { [NotNull] public virtual string IdentificationText { get; set; }

public virtual long InstitutionId { get; set; }

public virtual DateTime AdmissionDate { get; set; }

public virtual DateTime DischargedDate { get; set; }

[CanBeNull] public virtual string InstitutionCode { get; set; }

[CanBeNull] public virtual string MsgType { get; set; }

[CanBeNull] public virtual string HAR { get; set; }

[CanBeNull] public virtual string CIPInd { get; set; }

[CanBeNull] public virtual string ReferralHospital { get; set; }

[CanBeNull] public virtual string ReferralType { get; set; }

[CanBeNull] public virtual string VIPInd { get; set; }

[CanBeNull] public virtual string VVIPInd { get; set; }

[CanBeNull] public virtual string OpReferralHospital { get; set; }

[CanBeNull] public virtual string OpReferralType { get; set; }

[CanBeNull] public virtual string FCStatus { get; set; }

[CanBeNull] public virtual string AccountStatus { get; set; }

[CanBeNull] public virtual string OpVisitTypeDescription { get; set; }

[CanBeNull] public virtual string OpVisitType_Code { get; set; }

[CanBeNull] public virtual string Accident_Code { get; set; }

[CanBeNull] public virtual string Accomodation_Code { get; set; }

[CanBeNull] public virtual string AdmissionType_Code { get; set; }

[CanBeNull] public virtual string ApptCat_Code { get; set; }

[CanBeNull] public virtual string LevelOfCare_Code { get; set; }

public virtual long OpVisitTypeID { get; set; }

[CanBeNull] public virtual string PointOfCare_Code { get; set; }

[CanBeNull] public virtual string Specialty_Code { get; set; }

[CanBeNull] public virtual string SubDocType_Code { get; set; }

[CanBeNull] public virtual string InstitutionType { get; set; }

[CanBeNull] public virtual string DischargeLocation { get; set; } public long? PatientId { get; set; } public long? AccomodationCode { get; set; } public long? AdmissionTypeId { get; set; } public long? LevelOfcareId { get; set; } public long? SubDocType { get; set; } public long? SpecialtyId { get; set; } public long? CodeLookUpId { get; set; } public long? Status { get; set; } public long? AccidentCode { get; set; } public long? AccomodationCodeReason { get; set; } public long? ApptCatCode { get; set; } public long? DischargeDisposition { get; set; } public long? LateDischargeReason { get; set; } public long? PointOfCare { get; set; } public long? TransferReason { get; set; } public long? VisitType { get; set; } public long? ResidentialStatus { get; set; } public long? EncounterId { get; set; }

protected EncounterMovementPlaceholder%%custom-code-base%%() {

}

public EncounterMovementPlaceholder%%custom-code-base%%(long? patientId, long? accomodationCode, long? admissionTypeId, long? levelOfcareId, long? subDocType, long? specialtyId, long? codeLookUpId, long? status, long? accidentCode, long? accomodationCodeReason, long? apptCatCode, long? dischargeDisposition, long? lateDischargeReason, long? pointOfCare, long? transferReason, long? visitType, long? residentialStatus, long? encounterId, string identificationText, long institutionId, DateTime admissionDate, DateTime dischargedDate, string institutionCode, string msgType, string hAR, string cIPInd, string referralHospital, string referralType, string vIPInd, string vVIPInd, string opReferralHospital, string opReferralType, string fCStatus, string accountStatus, string opVisitTypeDescription, string opVisitType_Code, string accident_Code, string accomodation_Code, string admissionType_Code, string apptCat_Code, string levelOfCare_Code, long opVisitTypeID, string pointOfCare_Code, string specialty_Code, string subDocType_Code, string institutionType, string dischargeLocation) {

Check.NotNull(identificationText, nameof(identificationText)); Check.Length(identificationText, nameof(identificationText), EncounterMovementPlaceholderConsts.IdentificationTextMaxLength, EncounterMovementPlaceholderConsts.IdentificationTextMinLength); Check.Length(institutionCode, nameof(institutionCode), EncounterMovementPlaceholderConsts.InstitutionCodeMaxLength, 0); Check.Length(msgType, nameof(msgType), EncounterMovementPlaceholderConsts.MsgTypeMaxLength, 0); Check.Length(hAR, nameof(hAR), EncounterMovementPlaceholderConsts.HARMaxLength, 0); Check.Length(cIPInd, nameof(cIPInd), EncounterMovementPlaceholderConsts.CIPIndMaxLength, 0); Check.Length(referralHospital, nameof(referralHospital), EncounterMovementPlaceholderConsts.ReferralHospitalMaxLength, 0); Check.Length(referralType, nameof(referralType), EncounterMovementPlaceholderConsts.ReferralTypeMaxLength, 0); Check.Length(vIPInd, nameof(vIPInd), EncounterMovementPlaceholderConsts.VIPIndMaxLength, 0); Check.Length(vVIPInd, nameof(vVIPInd), EncounterMovementPlaceholderConsts.VVIPIndMaxLength, 0); Check.Length(opReferralHospital, nameof(opReferralHospital), EncounterMovementPlaceholderConsts.OpReferralHospitalMaxLength, 0); Check.Length(opReferralType, nameof(opReferralType), EncounterMovementPlaceholderConsts.OpReferralTypeMaxLength, 0); Check.Length(fCStatus, nameof(fCStatus), EncounterMovementPlaceholderConsts.FCStatusMaxLength, 0); Check.Length(accountStatus, nameof(accountStatus), EncounterMovementPlaceholderConsts.AccountStatusMaxLength, 0); Check.Length(opVisitTypeDescription, nameof(opVisitTypeDescription), EncounterMovementPlaceholderConsts.OpVisitTypeDescriptionMaxLength, 0); Check.Length(opVisitType_Code, nameof(opVisitType_Code), EncounterMovementPlaceholderConsts.OpVisitType_CodeMaxLength, 0); Check.Length(accident_Code, nameof(accident_Code), EncounterMovementPlaceholderConsts.Accident_CodeMaxLength, 0); Check.Length(accomodation_Code, nameof(accomodation_Code), EncounterMovementPlaceholderConsts.Accomodation_CodeMaxLength, 0); Check.Length(admissionType_Code, nameof(admissionType_Code), EncounterMovementPlaceholderConsts.AdmissionType_CodeMaxLength, 0); Check.Length(apptCat_Code, nameof(apptCat_Code), EncounterMovementPlaceholderConsts.ApptCat_CodeMaxLength, 0); Check.Length(levelOfCare_Code, nameof(levelOfCare_Code), EncounterMovementPlaceholderConsts.LevelOfCare_CodeMaxLength, 0); Check.Length(pointOfCare_Code, nameof(pointOfCare_Code), EncounterMovementPlaceholderConsts.PointOfCare_CodeMaxLength, 0); Check.Length(specialty_Code, nameof(specialty_Code), EncounterMovementPlaceholderConsts.Specialty_CodeMaxLength, 0); Check.Length(subDocType_Code, nameof(subDocType_Code), EncounterMovementPlaceholderConsts.SubDocType_CodeMaxLength, 0); Check.Length(institutionType, nameof(institutionType), EncounterMovementPlaceholderConsts.InstitutionTypeMaxLength, 0); Check.Length(dischargeLocation, nameof(dischargeLocation), EncounterMovementPlaceholderConsts.DischargeLocationMaxLength, 0); IdentificationText = identificationText; InstitutionId = institutionId; AdmissionDate = admissionDate; DischargedDate = dischargedDate; InstitutionCode = institutionCode; MsgType = msgType; HAR = hAR; CIPInd = cIPInd; ReferralHospital = referralHospital; ReferralType = referralType; VIPInd = vIPInd; VVIPInd = vVIPInd; OpReferralHospital = opReferralHospital; OpReferralType = opReferralType; FCStatus = fCStatus; AccountStatus = accountStatus; OpVisitTypeDescription = opVisitTypeDescription; OpVisitType_Code = opVisitType_Code; Accident_Code = accident_Code; Accomodation_Code = accomodation_Code; AdmissionType_Code = admissionType_Code; ApptCat_Code = apptCat_Code; LevelOfCare_Code = levelOfCare_Code; OpVisitTypeID = opVisitTypeID; PointOfCare_Code = pointOfCare_Code; Specialty_Code = specialty_Code; SubDocType_Code = subDocType_Code; InstitutionType = institutionType; DischargeLocation = dischargeLocation; PatientId = patientId; AccomodationCode = accomodationCode; AdmissionTypeId = admissionTypeId; LevelOfcareId = levelOfcareId; SubDocType = subDocType; SpecialtyId = specialtyId; CodeLookUpId = codeLookUpId; Status = status; AccidentCode = accidentCode; AccomodationCodeReason = accomodationCodeReason; ApptCatCode = apptCatCode; DischargeDisposition = dischargeDisposition; LateDischargeReason = lateDischargeReason; PointOfCare = pointOfCare; TransferReason = transferReason; VisitType = visitType; ResidentialStatus = residentialStatus; EncounterId = encounterId; }

} }

Seems like it is not setting values properly, please help to resolve the issue. I have raised one more ticket for the same but there is no response on ticket.

https://support.abp.io/QA/Questions/7423/Creating-new-table-from-abp-suite-is-giving-error

ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace: NA

Steps to reproduce the issue: Create New table from abp suite

Hi, I'm trying to create new table from abp suite but getting below error

Seems like it is not setting values properly, please help to resolve the issue.

ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace: Couldn't find a localizer with given resource name: myClassName

Steps to reproduce the issue: ABP version upgrade

Hi, I'm getting [ERR] Request Info: Accept : / error in logs but there is no impact on application, could you please help to understand why this error is logged, and how can I remove this ?

2024-06-25 12:32:35.495 +08:00 [INF] Initialized all ABP modules. 2024-06-25 12:32:35.823 +08:00 [DBG] Executing HealthCheck collector HostedService. 2024-06-25 12:32:35.949 +08:00 [DBG] HealthReportCollector has completed. 2024-06-25 12:32:35.957 +08:00 [DBG] HealthCheck collector HostedService executed successfully. 2024-06-25 12:32:35.966 +08:00 [INF] Application started. Press Ctrl+C to shut down. 2024-06-25 12:32:35.966 +08:00 [INF] Hosting environment: Development 2024-06-25 12:32:35.966 +08:00 [INF] Content root path: C:\DIM\efc_TechRefresh\eFC\src\src\eFC.Web 2024-06-25 12:32:35.998 +08:00 [INF] Request starting HTTP/2 GET https://localhost:44368/ - null null 2024-06-25 12:32:45.966 +08:00 [DBG] Executing HealthCheck collector HostedService. 2024-06-25 12:32:46.008 +08:00 [DBG] HealthReportCollector has completed. 2024-06-25 12:32:46.009 +08:00 [DBG] HealthCheck collector HostedService executed successfully. 2024-06-25 12:32:51.397 +08:00 [**ERR] Request Info: Accept **: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7, Accept-Encoding : gzip, deflate, br, zstd, Accept-Language : en-US,en;q=0.9, Connection : close, Cookie : XSRF-TOKEN=CfDJ8AFVUkgLTmxAsnj8y8doccpjxrUvNB88mkszSYSdM5I5IY95WfQpiTegmaD5OfPd2bPHnc8FKyyYfPZAi_vGUx3MMFWY9wrOP_tXCkdzLoQn8Z6vx7pct2mCzGMGq3sGRAwzwFqc1sxM6fgQfKh9F7zfLReKGSb8q4hdadNiAofX9JQC7_aeDEqI5HdhxDT7PQ, Host : localhost:44368, User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0, sec-ch-ua : "Not/A)Brand";v="8", "Chromium";v="126", "Microsoft Edge";v="126", sec-ch-ua-mobile : ?0, sec-ch-ua-platform : "Windows", upgrade-insecure-requests : 1, sec-fetch-site : none, sec-fetch-mode : navigate, sec-fetch-user : ?1, sec-fetch-dest : document, priority : u=0, i, X-Correlation-Id : 95436005b87542149bb706d429c226c3 2024-06-25 12:32:51.481 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext was successfully processed by OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ResolveRequestUri. 2024-06-25 12:32:51.497 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ResolveRequestUri. 2024-06-25 12:32:51.500 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.OpenIddictServerHandlers+InferEndpointType. 2024-06-25 12:32:51.501 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType. 2024-06-25 12:32:51.502 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement. 2024-06-25 12:32:51.503 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateHostHeader. 2024-06-25 12:32:51.959 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext was successfully processed by OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ValidateHostHeader. 2024-06-25 12:32:51.960 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext was successfully processed by OpenIddict.Validation.OpenIddictValidationHandlers+EvaluateValidatedTokens. 2024-06-25 12:32:51.961 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext was successfully processed by OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromAuthorizationHeader. 2024-06-25 12:32:51.962 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext was successfully processed by OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromBodyForm. 2024-06-25 12:32:52.009 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext was successfully processed by OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ExtractAccessTokenFromQueryString. 2024-06-25 12:32:52.011 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext was successfully processed by OpenIddict.Validation.OpenIddictValidationHandlers+ValidateRequiredTokens. 2024-06-25 12:32:52.011 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessAuthenticationContext was marked as rejected by OpenIddict.Validation.OpenIddictValidationHandlers+ValidateRequiredTokens. 2024-06-25 12:32:52.015 +08:00 [DBG] AuthenticationScheme: OpenIddict.Validation.AspNetCore was not authenticated. 2024-06-25 12:32:52.073 +08:00 [INF] Executing endpoint '/Index' 2024-06-25 12:32:52.103 +08:00 [INF] Route matched with {page = "/Index", action = "", controller = "", area = ""}. Executing page /Index 2024-06-25 12:32:52.108 +08:00 [INF] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy 2024-06-25 12:32:52.130 +08:00 [INF] Executing an implicit handler method - ModelState is "Valid" 2024-06-25 12:32:52.131 +08:00 [INF] Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult. 2024-06-25 12:32:52.558 +08:00 [DBG] Added 0 entity changes to the current audit log 2024-06-25 12:32:52.897 +08:00 [DBG] Added bundle 'Lepton.Global' to the page in 24.91 ms. 2024-06-25 12:32:55.526 +08:00 [DBG] Added bundle 'Lepton.Global' to the page in 18.99 ms. 2024-06-25 12:32:55.573 +08:00 [INF] Executed page /Index in 3464.5054ms 2024-06-25 12:32:55.574 +08:00 [INF] Executed endpoint '/Index' 2024-06-25 12:32:55.612 +08:00 [INF] Request starting HTTP/2 GET https://localhost:44368/Pages/Account/AuthorityDelegation/account-authority-delegation-global.js?_v=638513860420000000 - null null 2024-06-25 12:32:55.612 +08:00 [INF] Request starting HTTP/2 GET https://localhost:44368/Abp/ApplicationLocalizationScript?cultureName=en - null null 2024-06-25 12:32:55.601 +08:00 [INF] Request starting HTTP/2 GET https://localhost:44368/Abp/ApplicationConfigurationScript - null null 2024-06-25 12:32:55.601 +08:00 [INF] Request starting HTTP/2 GET https://localhost:44368/client-proxies/account-proxy.js?_v=638513860040000000 - null null 2024-06-25 12:32:55.603 +08:00 [INF] Request starting HTTP/2 GET https://localhost:44368/Themes/Lepton/Global/scripts/app.js?_v=638513861580000000 - null null 2024-06-25 12:32:55.601 +08:00 [INF] Request starting HTTP/2 GET https://localhost:44368/Themes/Lepton/Global/Styles/lepton6.css?_v=638513861580000000 - null null 2024-06-25 12:32:55.615 +08:00 [INF] Request starting HTTP/2 GET https://localhost:44368/Abp/ServiceProxyScript - null null 2024-06-25 12:32:55.615 +08:00 [INF] Request starting HTTP/2 GET https://localhost:44368/Pages/Account/LinkUsers/account-link-user-global.js?_v=638513860420000000 - null null 2024-06-25 12:32:55.603 +08:00 [INF] Request starting HTTP/2 GET https://localhost:44368/Pages/AuditLogs/audit-log-global.js?_v=638513862540000000 - null null 2024-06-25 12:32:55.622 +08:00 [ERR] Request Info: Accept : /, Accept-Encoding : gzip, deflate, br, zstd, Accept-Language : en-US,en;q=0.9, Connection : close, Cookie : .AspNetCore.Antiforgery.A1OFeYa0bck=CfDJ8AFVUkgLTmxAsnj8y8doccqzbXCjQYvx_068NvE3YlDdOiV2zjDXhweVC_my9pPk4T85vwqb_GjhiL09L3n5zVX-IfaARq4r1NmknMC5Y2DELhoNqnOM_aGeN4EOBe9Jt-7vEvPz-wp2iGjT1UjEv6E; XSRF-TOKEN=CfDJ8AFVUkgLTmxAsnj8y8doccrTDYO3BRGxMDuOi391f90vRA_nZQpBf6bsJEBEMBl2TiCyc27xDi2hkEoLnYXr5vmbYsWhAQHJe6ZfCKONDOrXMmxqk8N7D9PuFCdblTElu86KRUDvVxcjPH4LbTblFI4, Host : localhost:44368, Referer : https://localhost:44368/, User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0, sec-ch-ua : "Not/A)Brand";v="8", "Chromium";v="126", "Microsoft Edge";v="126", sec-ch-ua-mobile : ?0, sec-ch-ua-platform : "Windows", sec-fetch-site : same-origin, sec-fetch-mode : no-cors, sec-fetch-dest : script, priority : u=1, X-Correlation-Id : 4f8b17dfde0f44aca6f15ff134d62474 2024-06-25 12:32:55.622 +08:00 [ERR] Request Info: Accept : /, Accept-Encoding : gzip, deflate, br, zstd, Accept-Language : en-US,en;q=0.9, Connection : close, Cookie : .AspNetCore.Antiforgery.A1OFeYa0bck=CfDJ8AFVUkgLTmxAsnj8y8doccqzbXCjQYvx_068NvE3YlDdOiV2zjDXhweVC_my9pPk4T85vwqb_GjhiL09L3n5zVX-IfaARq4r1NmknMC5Y2DELhoNqnOM_aGeN4EOBe9Jt-7vEvPz-wp2iGjT1UjEv6E; XSRF-TOKEN=CfDJ8AFVUkgLTmxAsnj8y8doccrTDYO3BRGxMDuOi391f90vRA_nZQpBf6bsJEBEMBl2TiCyc27xDi2hkEoLnYXr5vmbYsWhAQHJe6ZfCKONDOrXMmxqk8N7D9PuFCdblTElu86KRUDvVxcjPH4LbTblFI4, Host : localhost:44368, Referer : https://localhost:44368/, User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0, sec-ch-ua : "Not/A)Brand";v="8", "Chromium";v="126", "Microsoft Edge";v="126", sec-ch-ua-mobile : ?0, sec-ch-ua-platform : "Windows", sec-fetch-site : same-origin, sec-fetch-mode : no-cors, sec-fetch-dest : script, priority : u=1, X-Correlation-Id : d06bb09379c440ed8a6a0c766bd793b1 2024-06-25 12:32:55.623 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext was successfully processed by OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ResolveRequestUri. 2024-06-25 12:32:55.623 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext was successfully processed by OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ResolveRequestUri. 2024-06-25 12:32:55.623 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ResolveRequestUri. 2024-06-25 12:32:55.623 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ResolveRequestUri. 2024-06-25 12:32:55.623 +08:00 [ERR] Request Info: Accept : /, Accept-Encoding : gzip, deflate, br, zstd, Accept-Language : en-US,en;q=0.9, Connection : close, Cookie : .AspNetCore.Antiforgery.A1OFeYa0bck=CfDJ8AFVUkgLTmxAsnj8y8doccqzbXCjQYvx_068NvE3YlDdOiV2zjDXhweVC_my9pPk4T85vwqb_GjhiL09L3n5zVX-IfaARq4r1NmknMC5Y2DELhoNqnOM_aGeN4EOBe9Jt-7vEvPz-wp2iGjT1UjEv6E; XSRF-TOKEN=CfDJ8AFVUkgLTmxAsnj8y8doccrTDYO3BRGxMDuOi391f90vRA_nZQpBf6bsJEBEMBl2TiCyc27xDi2hkEoLnYXr5vmbYsWhAQHJe6ZfCKONDOrXMmxqk8N7D9PuFCdblTElu86KRUDvVxcjPH4LbTblFI4, Host : localhost:44368, Referer : https://localhost:44368/, User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0, sec-ch-ua : "Not/A)Brand";v="8", "Chromium";v="126", "Microsoft Edge";v="126", sec-ch-ua-mobile : ?0, sec-ch-ua-platform : "Windows", sec-fetch-site : same-origin, sec-fetch-mode : no-cors, sec-fetch-dest : script, priority : u=1, X-Correlation-Id : eff72b5b315648ef8a18f1fc86f8011e 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Validation.OpenIddictValidationEvents+ProcessRequestContext was successfully processed by OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers+ResolveRequestUri. 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.OpenIddictServerHandlers+InferEndpointType. 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ResolveRequestUri. 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.OpenIddictServerHandlers+InferEndpointType. 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType. 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType. 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement. 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateTransportSecurityRequirement. 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateHostHeader. 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers+ValidateHostHeader. 2024-06-25 12:32:55.624 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by OpenIddict.Server.OpenIddictServerHandlers+InferEndpointType. 2024-06-25 12:32:55.625 +08:00 [DBG] The event OpenIddict.Server.OpenIddictServerEvents+ProcessRequestContext was successfully processed by Volo.Abp.Account.Web.Pages.Account.OpenIddictImpersonateInferEndpointType.

ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace: Couldn't find a localizer with given resource name: myClassName

Steps to reproduce the issue: ABP version upgrade

Hi, I'm using templateRenderer.RenderAsync method to render my templates, it was working fine in v5.3.2 but in current version it is giving me below error

Also, after version upgrade these 2 tables (AbpLocalizationTexts and AbpLocalizationResources) are newly added which are related to Localization but there is no data. Is there anything which I need to insert in these tables related to template?

I found this link for almost same issue https://support.abp.io/QA/Questions/4875/Could-not-find-localization-source-LeptonX but it's not so clear.

Hi, I have migrated Identity server to OpenIddict. It is working fine in local but after deployment, I'm getting below screen

And below is log file

2024-06-12 18:17:58.794 +08:00 [INF] Starting web host.
2024-06-12 18:18:10.941 +08:00 [FTL] Host terminated unexpectedly!
Volo.Abp.AbpInitializationException: An error occurred during ConfigureServices phase of the module Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule, Volo.Abp.OpenIddict.AspNetCore, Version=8.1.3.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details.
 ---> System.Security.Cryptography.CryptographicException: The specified network password is not correct.
   at System.Security.Cryptography.X509Certificates.CertificatePal.FilterPFXStore(ReadOnlySpan`1 rawData, SafePasswordHandle password, PfxCertStoreFlags pfxCertStoreFlags)
   at System.Security.Cryptography.X509Certificates.CertificatePal.FromBlobOrFile(ReadOnlySpan`1 rawData, String fileName, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags)
   at System.Security.Cryptography.X509Certificates.CertificatePal.FromBlob(ReadOnlySpan`1 rawData, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags)
   at System.Security.Cryptography.X509Certificates.X509Certificate..ctor(Byte[] rawData, String password, X509KeyStorageFlags keyStorageFlags)
   at System.Security.Cryptography.X509Certificates.X509Certificate2..ctor(Byte[] rawData, String password, X509KeyStorageFlags keyStorageFlags)
   at Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.AddDevelopmentEncryptionCertificate(X500DistinguishedName subject)
   at Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.AddDevelopmentEncryptionCertificate()
   at Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule.&lt;&gt;c__DisplayClass1_0.&lt;AddOpenIddictServer&gt;b__0(OpenIddictServerBuilder builder)
   at Microsoft.Extensions.DependencyInjection.OpenIddictServerExtensions.AddServer(OpenIddictBuilder builder, Action`1 configuration)
   at Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule.AddOpenIddictServer(IServiceCollection services)
   at Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule.ConfigureServices(ServiceConfigurationContext context)
   at Volo.Abp.AbpApplicationBase.ConfigureServices()
   --- End of inner exception stack trace ---
   at Volo.Abp.AbpApplicationBase.ConfigureServices()
   at Volo.Abp.AbpApplicationBase..ctor(Type startupModuleType, IServiceCollection services, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationWithExternalServiceProvider..ctor(Type startupModuleType, IServiceCollection services, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationFactory.Create(Type startupModuleType, IServiceCollection services, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationFactory.Create[TStartupModule](IServiceCollection services, Action`1 optionsAction)
   at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplication[TStartupModule](IServiceCollection services, Action`1 optionsAction)
   at eFC.Web.Startup.ConfigureServices(IServiceCollection services) in /agents/work/4/82/s/src/src/eFC.Web/Startup.cs:line 12
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Microsoft.AspNetCore.Hosting.MethodInfoExtensions.InvokeWithoutWrappingExceptions(MethodInfo methodInfo, Object obj, Object[] parameters)
   at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services)
   at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection)
   at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services)
   at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services)
   at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services, Object instance)
   at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass7_0.<UseStartup>b__0(HostBuilderContext context, IServiceCollection services)
   at Microsoft.Extensions.Hosting.HostBuilder.InitializeServiceProvider()
   at Microsoft.Extensions.Hosting.HostBuilder.Build()
   at eFC.Web.Program.Main(String[] args) in /agents/work/4/82/s/src/src/eFC.Web/Program.cs:line 36

Can you please help if there is anything missed.

ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace:NA

Steps to reproduce the issue: Migration from Identity server to OpenIddict

Hi, in my application I'm using package Volo.Abp.Account.Pro.Public.Application/8.1.3 and this package have dependency "Volo.Abp.Imaging.ImageSharp": "8.1.3", and if I check the dependency of Volo.Abp.Imaging.ImageSharp": "8.1.3, it consist "SixLabors.ImageSharp": "3.0.2", (sharing screenshot for reference). SixLabors.ImageSharp's 3.0.2 version is vulnerable which is why it is not allowed to deploy in my organization. Could you please upgrade this with latest stable version. ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace:NA

Steps to reproduce the issue: NA

Recently, I have migrated IdentityServer to OpenIddict but after migration my UI is not loading as I'm not getting values of IdentityServerIdentityResourceClaims table, what is the table replacement for IdentityServerIdentityResourceClaims in OpenIddict.

ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace:NA

Steps to reproduce the issue: Migrate from IdentityServer to OpenIddict

I'm trying to migrate IdentityServer to OpenIddict, I have followed these steps -https://docs.abp.io/en/abp/latest/Migration-Guides/OpenIddict-Step-by-Step but in my application I'm using LoginCustomModel which is inheriting LoginModel, but now after migration LoginModel is giving below error I'm using LoginCustomModel to overide OnGetExternalLoginCallbackAsync method. I'm getting same issue in CustomLogout as well where I'm inheriting LoggedOutModel to override OnGetAsync. Please help, how can I migrate LoginCustomModel and CustomLogout.

ABP Framework version: v8.1.1

UI Type:React

Database System: EF Core (SQL Server)

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace:NA

Steps to reproduce the issue: Migrate from IdentityServer to OpenIddict

Showing 1 to 10 of 17 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13