Closed oliverheywood451 closed 3 years ago
var allOrders = await _oc.Orders.ListAllAsync<HSOrder>(OrderDirection.Incoming);
"Error converting value "ShoppingList" to type Items[42].xp.OrderType response could not be deserialized into JSON"
This should be the primary error, not hidden in InnerException.InnerException.
var allOrders = await _oc.Orders.ListAllAsync<HSOrder>(OrderDirection.Incoming);
"Error converting value "ShoppingList" to type Items[42].xp.OrderType response could not be deserialized into JSON"
This should be the primary error, not hidden in InnerException.InnerException.