fcatae / Arda

Arda is an open source tool designed to manage team workloads.
42 stars 18 forks source link

/Workload/UpdateStatus returns HTTP 500 #96

Closed fcatae closed 7 years ago

fcatae commented 7 years ago

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

fcatae commented 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.