We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On .NET V9.0.100
When creating a Blazor app, that exposes a 8MB mp4 video file on wwwroot. https://github.com/user-attachments/assets/4172f0e8-dee1-44a4-a7fa-58eed5bded6f
Using:
app.MapStaticAssets();
It causes browsers to get a 416 Range Not Satisfiable error.
The issue disappears when using the
app.UseStaticFiles();
instead.
Kestrel works properly with ranges.
Create a Blazor App on NET9 with default template Add the attached file to wwwroot.
Add a video tag to the home page.
No response
9.0.100
The text was updated successfully, but these errors were encountered:
@viniciusmiguel thanks for contacting us.
This is a dupe of #58829, we are planning to patch-it on a future release.
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Describe the bug
On .NET V9.0.100
When creating a Blazor app, that exposes a 8MB mp4 video file on wwwroot.
https://github.com/user-attachments/assets/4172f0e8-dee1-44a4-a7fa-58eed5bded6f
Using:
It causes browsers to get a 416 Range Not Satisfiable error.
The issue disappears when using the
instead.
Expected Behavior
Kestrel works properly with ranges.
Steps To Reproduce
Create a Blazor App on NET9 with default template
Add the attached file to wwwroot.
Add a video tag to the home page.
Exceptions (if any)
No response
.NET Version
9.0.100
Anything else?
No response
The text was updated successfully, but these errors were encountered: