cofoundry-cms / cofoundry

Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
https://www.cofoundry.org
MIT License
835 stars 146 forks source link

Exceptions page missing from admin dashboard #545

Closed getsetcode closed 7 months ago

getsetcode commented 7 months ago

I used Cofoundry a couple of years back and really appreciated how well designed and easy to use it is. So I've chosen it again for a new project I'm working on.

There's one major difference in the latest version I'm now using. Previously the admin dashboard had an Errors tab presented to admin users which presented all the exceptions that Cofoundry had caught. This was super useful. In the new version I don't see this and don't see any way to opt into it. Was it removed deliberately?

I wouldn't mind if I received these exceptions in my telemetry (I have Azure Application Insights wired in) but this isn't happening. For example I have a particular image that is failing to upload to Cofoundry but the only message I receive is "An unexpected server error has occurred". I don't seem to have any way to diagnose what the problem is here.

So what is the correct way now to diagnose such failures?

getsetcode commented 7 months ago

I have now located the plugin that makes this possible so closing this issue.

https://github.com/cofoundry-cms/Cofoundry.Plugins.ErrorLogging