You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to use BlazorWasmAntivirusProtection to get around the stupid issue with antivirus blocking all DLL file downloads.
Since installing this NuGet package, my main index page loads with no problems. Then I can log in as an instructor, then as a student, then take a 60-question test. When I click "finish" on the test, I get this error on the test results page:
Similarly, I can load the index page, then click the Admin login option, and I get the above error.
Do you know of any reason that the file would just disappear from the Sources list between page clicks?
This is my Sources tab in Admin Tools when I'm on any of the pages that work:
This is my Sources tab in Admin Tools when I'm on any of the pages that don't work:
I'm at my wit's end.
Edit: It's looking for the code in the wrong place. It's looking in server/site/page/_content/..., when it should be looking in server/site/_content/...
I'm not sure why, though. Does anyone have any thoughts?
The text was updated successfully, but these errors were encountered:
I had to use BlazorWasmAntivirusProtection to get around the stupid issue with antivirus blocking all DLL file downloads.
Since installing this NuGet package, my main index page loads with no problems. Then I can log in as an instructor, then as a student, then take a 60-question test. When I click "finish" on the test, I get this error on the test results page:
blazor.webassembly.js:1 TypeError: Failed to fetch dynamically imported module: https://server/siteName/page/_content/BlazorWasmAntivirusProtection/BlazorWasmAntivirusProtection.lib.module.js
(anonymous) @ blazor.webassembly.js:1
Similarly, I can load the index page, then click the Admin login option, and I get the above error.
Do you know of any reason that the file would just disappear from the Sources list between page clicks?
This is my Sources tab in Admin Tools when I'm on any of the pages that work:
This is my Sources tab in Admin Tools when I'm on any of the pages that don't work:
I'm at my wit's end.
Edit: It's looking for the code in the wrong place. It's looking in server/site/page/_content/..., when it should be looking in server/site/_content/...
I'm not sure why, though. Does anyone have any thoughts?
The text was updated successfully, but these errors were encountered: