hi
If you are using OpenIddict:
https://docs.abp.io/en/abp/latest/Modules/OpenIddict#setting-tokens-lifetime
Identity Server :
https://support.abp.io/QA/Questions/373/Prolong-token-lifetime-per-each-request
hi
I saw these two errors.
The first seems to be a network problem.
The second seems to be a DevExtreme problem. You can check your code.
Anyways I don't think the problem is related to abp.
An error occurred using the connection to database 'Pbys' on server '10.1.8.53'.
'Menu' is not a member of type 'Pbys.EmployeeDecrees.EmployeeDecreeRecordDocumentWithNavigationProperties' (Parameter 'propertyOrFieldName')
System.ArgumentException: 'Menu' is not a member of type 'Pbys.EmployeeDecrees.EmployeeDecreeRecordDocumentWithNavigationProperties' (Parameter 'propertyOrFieldName')
at System.Linq.Expressions.Expression.PropertyOrField(Expression expression, String propertyOrFieldName)
at DevExtreme.AspNet.Data.ExpressionCompiler.CompileAccessorExpression(Expression target, String clientExpr, Action`1 customizeProgression, Boolean liftToNullable)
at DevExtreme.AspNet.Data.SortExpressionCompiler.Compile(Expression target, IEnumerable`1 clientExprList)
at DevExtreme.AspNet.Data.DataSourceExpressionBuilder.AddSort()
at DevExtreme.AspNet.Data.DataSourceExpressionBuilder.BuildLoadExpr(Boolean paginate, IList filterOverride, IReadOnlyList`1 selectOverride)
at DevExtreme.AspNet.Data.DataSourceLoaderImpl`1.LoadAsync()
at Pbys.EmployeeDecrees.EmployeeDecreeRecordDocumentsAppService.GetDxListByCurrentUserAsync(DataSourceLoadOptionsBase input) in C:\Pbys\aspnet-core\src\Pbys.Application\EmployeeDecrees\EmployeeDecreeRecordDocumentAppService.cs:line 466
hi
You need to override the account layout in the Http.ApiHost project
hi
I downloaded the code. Any steps?
hi
Can you write it in English? Thanks
hi
Please set IdentityModelEventSource.ShowPII = true; and reshare the error logs. Thanks
hi
The openiddict doesn't support API KEY related features.
You can implement your API KEY function, and abp will use claims to get the current user and tenant.
hi
Can you share a simple project to reproduce the above exception?
liming.ma@volosoft.com