My Blazor Server App just began to throw this error when I try to run it in the VS Test Server. It throws this error if I click the "https" button at the top of the VS IDE, however if I right-click on the Project and choose View>View In Browser it runs fine.
The code display shows some sort of javascript that formats out to be some 5877 lines of code I did not write, thus have no idea how to debug.
The Code Path when copied returns this:
^ScriptDocument31 blazor.server.js
This is what the error looks like in the Code Window:
I managed to expand the window and then saw this:
I opened the Debugger in the Browser and see this, which confirms the issue is in the Blazor.server.js file and thus is way outside my skill set:
If any further information is needed, please state specifically what I need to present, as I have absolutely no idea what to do now or what is important in debugging this because it is not in my code.
What happened, and what do I need to do to resolve this?
I did run VS Updates and it still happens. What else might I try?
RangeError: Offset is outside the bounds of the DataViewStack trace:at DataView.getInt8 ()at https://localhost:7008/_framework/blazor.server.js:1:97869at https://localhost:7008/_framework/blazor.server.js:1:97943at https://localhost:7008/_framework/blazor.server.js:1:135243


