opserver / Opserver

Stack Exchange's Monitoring System
https://opserver.github.io/Opserver/
MIT License
4.5k stars 823 forks source link

Opserver Database Modal Popup Error #367

Open xanemadman opened 4 years ago

xanemadman commented 4 years ago

I'm encountering an error on the modal that displays database information. From what I can tell from debugging the application, a null value is being passed where a string is expected.

image

It appears that the null value should be the index name, so I queried the database and found that there are several heaps being returned. There's the null value.

image

I'm not savvy enough with MVC and C# and was wondering if anyone encountered this before and could help me patch in a fix?

Thanks!