A net core 3.0 MVC web app invokes a jquery ajax call to to a Controller
to update a product. The operations in the Controller succeed. The
database gets updated. But the .fail callback method in the ajax call is
firing from a http 500 error returned...