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)
-
0
hi It is expected that you will get an error message in the UI. You can check the log to see why it failed.