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:
Uncaught exception Blazor worker failure TypeError: Failed to fetch
at loadResource (blob:https://darklang.com/dacea6f8-981c-4a6a-9522-f78faeed6aeb:738:24)
at blob:https://darklang.com/dacea6f8-981c-4a6a-9522-f78faeed6aeb:732:11
at Array.map (<anonymous>)
at Object.loadResources (blob:https://darklang.com/dacea6f8-981c-4a6a-9522-f78faeed6aeb:731:39)
at createEmscriptenModuleInstance (blob:https://darklang.com/dacea6f8-981c-4a6a-9522-f78faeed6aeb:220:52)
at blob:https://darklang.com/dacea6f8-981c-4a6a-9522-f78faeed6aeb:772:25 undefined undefined undefined
e.<computed> @ appsupport-0aab008024f907c251bfe9927856eeebed075655f5139be469f7af1ceaf66459.js:179373

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)
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)