// Id: #1903896
using MR.Schedules;
await FillAssignmentDashboardReportingTask.StartFillAssignmentDashboardReporting();
| CurrentCulture | |
| CurrentUICulture | |
| RecurringJobId | |
| Time | |
Triggered via Dashboard UI
An exception occurred during performance of the job.
Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://).
System.InvalidOperationException: Scheduled task 'FillAssignmentDashboardReporting' misconfigured: request URL must be an absolute http(s) URL. Got: '/api/ext/fill-assignment-dashboard-reporting'. Set environmentVariables:appBaseUrlHangfire to a value like https://your-api-host:5000 (include https://). at MR.Schedules.HangfireScheduledTaskHttp.ValidateAbsoluteRequestUri(String operationName, String requestUri) in /home/azureuser/sn1/src/BackEnd/MR.Schedules/HangfireScheduledTaskHttp.cs:line 83 at MR.Schedules.HangfireScheduledTaskHttp.GetAsyncEnsureSuccessAsync(HttpClient httpClient, String operationName, String requestUri, CancellationToken cancellationToken) in /home/azureuser/sn1/src/BackEnd/MR.Schedules/HangfireScheduledTaskHttp.cs:line 29 at MR.Schedules.FillAssignmentDashboardReportingTask.StartFillAssignmentDashboardReporting() in /home/azureuser/sn1/src/BackEnd/MR.Schedules/Tasks/FillAssignmentDashboardReportingTask.cs:line 28 at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Triggered by recurring job scheduler