-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor WebAssembly: "An unhandled error has occurred. Reload" since .NET 8.0.5 #102307
Labels
Milestone
Comments
dotnet-policy-service
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
May 16, 2024
It looks like a duplicate of #102272. Please see devtools console for error details. Let us know if the issue is different |
maraf
added
needs-author-action
An issue or pull request that requires more info or actions from the author.
arch-wasm
WebAssembly architecture
area-Build-mono
os-browser
Browser variant of arch-wasm
and removed
area-Debugger-mono
labels
May 17, 2024
I think the issue is different. I got the following error in the browser console.
|
dotnet-policy-service
bot
removed
the
needs-author-action
An issue or pull request that requires more info or actions from the author.
label
May 17, 2024
cc @thaystg |
Tagging subscribers to this area: @thaystg |
thaystg
removed
area-Debugger-mono
untriaged
New issue has not been triaged by the area owner
labels
May 22, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Description
Since the update of Visual Studio to version 17.9.7 and .NET 8.0.5, an error is produced when starting Blazor Webassembly applications in release mode in the Edge Browser from Visual Studio ("An unhandled error has occurred. Reload").
This error occurs with all Blazor Webassembly applications.
To reproduce it, I created a completely new and empty Blazor Webassembly app. The error occurs even without any changes.
An example project can be found here:
https://github.com/Coding-Victim/BlazorApp1
Reproduction Steps
Create an empty Blazor WebAssembly project, select "Release", start the project with the MS Edge browser (newest Version)
Expected behavior
The empty WebAssembly app starts without any problems
Actual behavior
The empty WebAssembly app starts, but the MS Edge shows the message: "An unhandled error has occurred. Reload"
In the HTML, style="display: block;" is automatically added to the line
Regression?
In .NET 8.0.4 it worked in all projects without any problems
Known Workarounds
No response
Configuration
.NET 8.0.5
Visual Studio 2022 (v17.9.7)
Windows 10 and 11
MS Edge
Other information
No response
The text was updated successfully, but these errors were encountered: