I tried to convert my Blazor project from NET7
to NET8
because I'm facing some issues with the integrity check. I installed NET8
RC and Visual Studio 17.8 Preview.
My solution consists of the server project that hosts the Blazor WebAssembly.
After the conversion, I run the application and I get this error.
Error: Failed to start platform. Reason: TypeError: Cannot read properties of undefined (reading 'dotnet.wasm')