Getting errors in console when loading Blazor app. #404

Closed
opened 2026-01-29 20:43:20 +00:00 by claunia · 4 comments
Owner

Originally created by @Sellorio on GitHub (Nov 2, 2021).

Errors include (and this is not a joke):

(52) Uncaught (in promise) Exuberant nibble
Uncaught (in promise) Corrupted Huffman code histogram
Streaming compilation failed. Falling back to ArrayBuffer instance
Corrupted padding bits
(2) Uncaught (in promise) Corrupted padding bits

This is also somewhat inconsistently happening since it works fine on 1 computer and everyone else so far as this issue.

Originally created by @Sellorio on GitHub (Nov 2, 2021). Errors include (and this is not a joke): ``` (52) Uncaught (in promise) Exuberant nibble Uncaught (in promise) Corrupted Huffman code histogram Streaming compilation failed. Falling back to ArrayBuffer instance Corrupted padding bits (2) Uncaught (in promise) Corrupted padding bits ``` This is also somewhat inconsistently happening since it works fine on 1 computer and everyone else so far as this issue.
Author
Owner

@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): Hello. Could you provide more context? Is Blazor using C# brotli implementation? I believe that one wasn't regenerated for a while...
Author
Owner

@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...

@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...
Author
Owner

@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.

@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.
Author
Owner

@eustas commented on GitHub (Jan 6, 2023):

If you set network throttling in devtools, does it reproduce more or less frequently?

@eustas commented on GitHub (Jan 6, 2023): If you set network throttling in devtools, does it reproduce more or less frequently?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#404