- Published on
- Authors
- koskila
"Failed to launch debug server process due to: TypeError: Cannot read properties of undefined...." when trying to debug Blazor WebAssembly
This article explains how to fix an annoying issue when trying to debug a Blazor WASM (WebAssembly) project. In my case, I had a Blazor WASM SWA (Static Web App), that built just fine and ran well in Azure, but refused to be debugged. What an annoying little problem. I mean - it's not a problem until you have a problem to investigate. But when you can't investigate a problem, then you do have a problem. So let's take a closer look. At the problem, that is.



