Base solution for your next web application
Open Closed

Debugging Unit of Work Transactions #8889


User avatar
0
dparizek created

I have an automatic UoW that is failing based on checking thus:

_unitOfWorkManager.Current.Failed += (sender, args) => { Debug.WriteLine("UoW Failed"); };

How would I go about debugging that - ultimately I get a 500 error back on the Angular side but how do I debug why the transaction if failing?

Any advice appreciated!!!


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi It is expected that you will get an error message in the UI. You can check the log to see why it failed.