I have a strange error. I'm working with data that is more than one record. I've called the command app:customer-refresh. The customer refresh gets null in return, but, I can see from dumping the data that the API client is getting and parsing the data. so, it seems as if 'return new JsonResponse($contentArray, 200);' at the end of the api client file does nothing. How is this data supposed to get back to the customer command?
@TuckersValleyFurniture2 жыл бұрын
It seems to be because of the ApiInterface, which seemingly does nothing. Switching back to the straight Api solves the problem.