- ABP Framework version: v7.2.2
- UI type: Blazor Server
- DB provider: EF Core
- Tiered (MVC) or Auth Server Separated (Angular): yes
Hi, In our project, our pages work smoothly on machines with the Windows operating system. However, when the same user, same page, and same web browser are used on machines with the macOS operating system, it encounters a 500 error. When I directly call the API connection on macOS, there is no error. What could be the reason for this?
3 Answer(s)
-
0
hi
Please share the 500 error details.
You can check the
logs.txt
file. -
0
There is no information available regarding the details as shown below, and there are no errors visible in logs.txt. I am sending logs.txt as an email.
[ { "code": null, "message": "Sayfa işlenirken sunucu tarafında beklenmedik bir hata oluştu!", "details": null, "data": {}, "validationErrors": null }, { "code": null, "message": "Sayfa işlenirken sunucu tarafında beklenmedik bir hata oluştu!", "details": null, "data": {}, "validationErrors": null } ]
-
0
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