-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Investigate and resolve blazor load error #3589
Comments
Some investigation:
ERR_CONNECTION_CLOSED means it wasn't able to make a connection:
|
I don't have any clues here so I'll see who I can ask. |
Using correct content-types didn't change anything. |
|
Google cloud says it's not them. |
Given I could eventually replicate this on my laptop, maybe we should figure out what's consistent between my laptop and your computer, and not consistent with my desktop where I can't replicate. Both my desktop and laptop are Ubuntu with Chrome on WiFi. The initial differences that come to mind would be drivers, chrome versions, extensions loaded, internet config settings, Ubuntu versions (desktop is 21.10 - maybe laptop is 21.04?) or underlying linux versions. What variables would be worth looking at, if that seems a useful path? |
You're not going to believe this but I just upgraded to Chrome 99 and I can't replicate this anymore! |
LOL that's amazing. Not sure how to feel about this. I guess we're OK? Would love to find the issue in their tracker. |
This feels like it: https://bugs.chromium.org/p/chromium/issues/detail?id=1286445 |
I upgraded from Chrome 97 to Chrome 99 which includes that fix. |
When loading blazor, many of the files it needs will not load in the browser. The browser stops being able to make a connection to the server. This only happens in production. It is most commonly reproduced by loading and then doing another load from a clean cache.
I managed to reproduce the error:
And it seems to happen when part of the load time's out:
Unclear why these loads time out, but this happens in about 1/4 of the times I refresh.
Originally posted by @pbiggar in #3254 (comment)
The text was updated successfully, but these errors were encountered: