Record Information ends with an error

I want to show Record information and it ends with an error.

Can you add stacktrace?

Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[1]
2023-12-11 09:37:49       An unhandled exception has occurred while executing the request.
2023-12-11 09:37:49       System.NullReferenceException: Object reference not set to an instance of an object.
2023-12-11 09:37:49          at Origam.Server.ServerCoreUIService.DataRowToRecordTooltip(DataRow row, CultureInfo cultureInfo, IStringLocalizer`1 localizer) in D:\a\1\s\backend\Origam.Server\ServerCoreUIService.cs:line 1235
2023-12-11 09:37:49          at Origam.Server.Controller.UIServiceController.RowDataToRecordTooltip(RowData rowData) in D:\a\1\s\backend\Origam.Server\Controller\UIServiceController.cs:line 1193
2023-12-11 09:37:49          at CSharpFunctionalExtensions.ResultExtensions.Map[T,K,E](Result`2 result, Func`2 func)
2023-12-11 09:37:49          at Origam.Server.Controller.UIServiceController.GetRecordTooltip(GetRecordTooltipInput input) in D:\a\1\s\backend\Origam.Server\Controller\UIServiceController.cs:line 536
2023-12-11 09:37:49          at lambda_method383(Closure , Object , Object[] )
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
2023-12-11 09:37:49       --- End of stack trace from previous location ---
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
2023-12-11 09:37:49       --- End of stack trace from previous location ---
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
2023-12-11 09:37:49       --- End of stack trace from previous location ---
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49          at Origam.Server.Middleware.FatalErrorMiddleware.Invoke(HttpContext context) in D:\a\1\s\backend\Origam.Server\Middleware\FatalErrorMiddleware.cs:line 48
2023-12-11 09:37:49          at IdentityServer4.Hosting.IdentityServerMiddleware.Invoke(HttpContext context, IEndpointRouter router, IUserSession session, IEventService events, IBackChannelLogoutService backChannelLogoutService)
2023-12-11 09:37:49          at IdentityServer4.Hosting.MutualTlsEndpointMiddleware.Invoke(HttpContext context, IAuthenticationSchemeProvider schemes)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49          at IdentityServer4.Hosting.BaseUrlMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2023-12-11 09:37:49 2023-12-11 08:37:49,223 [76] ERROR Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware - An unhandled exception has occurred while executing the request.
2023-12-11 09:37:49 System.NullReferenceException: Object reference not set to an instance of an object.
2023-12-11 09:37:49    at Origam.Server.ServerCoreUIService.DataRowToRecordTooltip(DataRow row, CultureInfo cultureInfo, IStringLocalizer`1 localizer) in D:\a\1\s\backend\Origam.Server\ServerCoreUIService.cs:line 1235
2023-12-11 09:37:49    at Origam.Server.Controller.UIServiceController.RowDataToRecordTooltip(RowData rowData) in D:\a\1\s\backend\Origam.Server\Controller\UIServiceController.cs:line 1193
2023-12-11 09:37:49    at CSharpFunctionalExtensions.ResultExtensions.Map[T,K,E](Result`2 result, Func`2 func)
2023-12-11 09:37:49    at Origam.Server.Controller.UIServiceController.GetRecordTooltip(GetRecordTooltipInput input) in D:\a\1\s\backend\Origam.Server\Controller\UIServiceController.cs:line 536
2023-12-11 09:37:49    at lambda_method383(Closure , Object , Object[] )
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
2023-12-11 09:37:49 --- End of stack trace from previous location ---
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
2023-12-11 09:37:49 --- End of stack trace from previous location ---
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
2023-12-11 09:37:49 --- End of stack trace from previous location ---
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49    at Origam.Server.Middleware.FatalErrorMiddleware.Invoke(HttpContext context) in D:\a\1\s\backend\Origam.Server\Middleware\FatalErrorMiddleware.cs:line 48
2023-12-11 09:37:49    at IdentityServer4.Hosting.IdentityServerMiddleware.Invoke(HttpContext context, IEndpointRouter router, IUserSession session, IEventService events, IBackChannelLogoutService backChannelLogoutService)
2023-12-11 09:37:49    at IdentityServer4.Hosting.MutualTlsEndpointMiddleware.Invoke(HttpContext context, IAuthenticationSchemeProvider schemes)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49    at IdentityServer4.Hosting.BaseUrlMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2023-12-11 09:37:49 fail: Microsoft.AspNetCore.Server.Kestrel[13]
2023-12-11 09:37:49       Connection id "0HMVQ4BR0K7KF", Request id "0HMVQ4BR0K7KF:00000002": An unhandled exception was thrown by the application.
2023-12-11 09:37:49       System.InvalidOperationException: The exception handler configured on ExceptionHandlerOptions produced a 404 status response. This InvalidOperationException containing the original exception was thrown since this is often due to a misconfigured ExceptionHandlingPath. If the exception handler is expected to return 404 status responses then set AllowStatusCode404Response to true.
2023-12-11 09:37:49        ---> System.NullReferenceException: Object reference not set to an instance of an object.
2023-12-11 09:37:49          at Origam.Server.ServerCoreUIService.DataRowToRecordTooltip(DataRow row, CultureInfo cultureInfo, IStringLocalizer`1 localizer) in D:\a\1\s\backend\Origam.Server\ServerCoreUIService.cs:line 1235
2023-12-11 09:37:49          at Origam.Server.Controller.UIServiceController.RowDataToRecordTooltip(RowData rowData) in D:\a\1\s\backend\Origam.Server\Controller\UIServiceController.cs:line 1193
2023-12-11 09:37:49          at CSharpFunctionalExtensions.ResultExtensions.Map[T,K,E](Result`2 result, Func`2 func)
2023-12-11 09:37:49          at Origam.Server.Controller.UIServiceController.GetRecordTooltip(GetRecordTooltipInput input) in D:\a\1\s\backend\Origam.Server\Controller\UIServiceController.cs:line 536
2023-12-11 09:37:49          at lambda_method383(Closure , Object , Object[] )
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
2023-12-11 09:37:49       --- End of stack trace from previous location ---
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
2023-12-11 09:37:49       --- End of stack trace from previous location ---
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
2023-12-11 09:37:49       --- End of stack trace from previous location ---
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49          at Origam.Server.Middleware.FatalErrorMiddleware.Invoke(HttpContext context) in D:\a\1\s\backend\Origam.Server\Middleware\FatalErrorMiddleware.cs:line 48
2023-12-11 09:37:49          at IdentityServer4.Hosting.IdentityServerMiddleware.Invoke(HttpContext context, IEndpointRouter router, IUserSession session, IEventService events, IBackChannelLogoutService backChannelLogoutService)
2023-12-11 09:37:49          at IdentityServer4.Hosting.MutualTlsEndpointMiddleware.Invoke(HttpContext context, IAuthenticationSchemeProvider schemes)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49          at IdentityServer4.Hosting.BaseUrlMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2023-12-11 09:37:49          --- End of inner exception stack trace ---
2023-12-11 09:37:49          at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.HandleException(HttpContext context, ExceptionDispatchInfo edi)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2023-12-11 09:37:49          at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
2023-12-11 09:37:49 2023-12-11 08:37:49,225 [76] ERROR Microsoft.AspNetCore.Server.Kestrel - Connection id "0HMVQ4BR0K7KF", Request id "0HMVQ4BR0K7KF:00000002": An unhandled exception was thrown by the application.
2023-12-11 09:37:49 System.InvalidOperationException: The exception handler configured on ExceptionHandlerOptions produced a 404 status response. This InvalidOperationException containing the original exception was thrown since this is often due to a misconfigured ExceptionHandlingPath. If the exception handler is expected to return 404 status responses then set AllowStatusCode404Response to true.
2023-12-11 09:37:49  ---> System.NullReferenceException: Object reference not set to an instance of an object.
2023-12-11 09:37:49    at Origam.Server.ServerCoreUIService.DataRowToRecordTooltip(DataRow row, CultureInfo cultureInfo, IStringLocalizer`1 localizer) in D:\a\1\s\backend\Origam.Server\ServerCoreUIService.cs:line 1235
2023-12-11 09:37:49    at Origam.Server.Controller.UIServiceController.RowDataToRecordTooltip(RowData rowData) in D:\a\1\s\backend\Origam.Server\Controller\UIServiceController.cs:line 1193
2023-12-11 09:37:49    at CSharpFunctionalExtensions.ResultExtensions.Map[T,K,E](Result`2 result, Func`2 func)
2023-12-11 09:37:49    at Origam.Server.Controller.UIServiceController.GetRecordTooltip(GetRecordTooltipInput input) in D:\a\1\s\backend\Origam.Server\Controller\UIServiceController.cs:line 536
2023-12-11 09:37:49    at lambda_method383(Closure , Object , Object[] )
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
2023-12-11 09:37:49 --- End of stack trace from previous location ---
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
2023-12-11 09:37:49 --- End of stack trace from previous location ---
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
2023-12-11 09:37:49 --- End of stack trace from previous location ---
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49    at Origam.Server.Middleware.FatalErrorMiddleware.Invoke(HttpContext context) in D:\a\1\s\backend\Origam.Server\Middleware\FatalErrorMiddleware.cs:line 48
2023-12-11 09:37:49    at IdentityServer4.Hosting.IdentityServerMiddleware.Invoke(HttpContext context, IEndpointRouter router, IUserSession session, IEventService events, IBackChannelLogoutService backChannelLogoutService)
2023-12-11 09:37:49    at IdentityServer4.Hosting.MutualTlsEndpointMiddleware.Invoke(HttpContext context, IAuthenticationSchemeProvider schemes)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49    at IdentityServer4.Hosting.BaseUrlMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2023-12-11 09:37:49    --- End of inner exception stack trace ---
2023-12-11 09:37:49    at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.HandleException(HttpContext context, ExceptionDispatchInfo edi)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2023-12-11 09:37:49    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.