Skip to content
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: Error parsing 'integrity' attribute ('undefined') #34571

Closed
danroth27 opened this issue Jul 20, 2021 · 3 comments
Closed
Assignees
Labels
area-blazor Includes: Blazor, Razor Components bug This issue describes a behavior which is not expected - a bug. Done This issue has been fixed feature-static-web-assets
Milestone

Comments

@danroth27
Copy link
Member

Repro steps:

  • Install .NET 6 RC1 (6.0.100-rc.1.21370.2)
  • dotnet new blazorwasm
  • dotnet run

Expected result: App runs fine

Actual result:

Errors in the browser dev console:

Error parsing 'integrity' attribute ('undefined'). The hash algorithm must be one of 'sha256', 'sha384', or 'sha512', followed by a '-' character.
GET https://localhost:5001/_framework/undefined net::ERR_ABORTED 404

image

@danroth27
Copy link
Member Author

@javiercn Is this possibly related to the static web asset changes?

@mkArtakMSFT mkArtakMSFT added the area-blazor Includes: Blazor, Razor Components label Jul 21, 2021
@mkArtakMSFT
Copy link
Member

Thanks @danroth27. This has been reported earlier by our CTI testing. https://github.com/aspnet/AspNetCore-ManualTests/issues/765

@mkArtakMSFT mkArtakMSFT added bug This issue describes a behavior which is not expected - a bug. feature-static-web-assets labels Jul 21, 2021
@mkArtakMSFT mkArtakMSFT modified the milestones: 6.0-rc1, 6.0-preview7 Jul 21, 2021
@ghost ghost added the Working label Jul 21, 2021
@javiercn
Copy link
Member

dotnet/sdk#19080

@javiercn javiercn added the Done This issue has been fixed label Jul 26, 2021
@ghost ghost removed the Working label Jul 26, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components bug This issue describes a behavior which is not expected - a bug. Done This issue has been fixed feature-static-web-assets
Projects
None yet
Development

No branches or pull requests

3 participants