when I run dothtml pages out of Visual Studio 2022 that may include a front-end error (for example there's a viewmodel value call on a dot:textbox that doesn't exist) the page simply returns a blank page with no content whatsoever. I used to get the dotvvm debugging page that would indicate an error.
I'm running VS v17.3.6 along with DOTVVM extension v4.0.552.0 and have tried updating both with no success, and have tried uninstalling and re-installing the DOTVVM extension. I am in the process of migrating my webforms over to dothtml so am running in OWIN. Could there be any other asp / c# nuget packages playing into this? Some were updated recently. Any suggestions would be much appreciated.