Closed fcatae closed 7 years ago
Problem found:
await Util.ConnectToRemoteService<string>(HttpMethod.Put, Util.KanbanURL + "api/workload/updatestatus?id=" + Id + "&status=" + Status, uniqueName, "");
It should cast to an object rather than a string.
Fortunately, the website works fine. The exception is ignored in ajax, and the website works as expected. However, we need to investigate why it is generating HTTP 500