mirror of
https://github.com/google/brotli.git
synced 2026-09-23 07:05:31 +00:00
Getting errors in console when loading Blazor app. #404
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sellorio on GitHub (Nov 2, 2021).
Errors include (and this is not a joke):
This is also somewhat inconsistently happening since it works fine on 1 computer and everyone else so far as this issue.
@eustas commented on GitHub (Dec 15, 2021):
Hello. Could you provide more context?
Is Blazor using C# brotli implementation? I believe that one wasn't regenerated for a while...
@eustas commented on GitHub (Dec 15, 2021):
If it is based on WASMified brotli, then it would be nice to see at failing streams and binaries. Perhaps problem occur in WASM engine itself...
@fortunacodes commented on GitHub (Nov 1, 2022):
I have the same problem now, no idea what's going on.
I just followed what Microsoft says here: https://learn.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly?view=aspnetcore-6.0
I am hosting a Static Web App on Azure.
@eustas commented on GitHub (Jan 6, 2023):
If you set network throttling in devtools, does it reproduce more or less frequently?