MudBlazor/TryMudBlazor

Unhandled Error when loading try.mudblazor.com on Firefox

hburn7 opened this issue · 8 comments

When trying to load try.mudblazor.com on Firefox, there is an unhandled error. No snippits can be loaded nor can the base site.

System.AggregateException: One or more errors occurred. (Could not resolve type with token 0100006c from typeref (expected class 'Try.UserComponents.__Main' in assembly 'Try.UserComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'))
 ---> System.TypeLoadException: Could not resolve type with token 0100006c from typeref (expected class 'Try.UserComponents.__Main' in assembly 'Try.UserComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null')
   at TryMudBlazor.Client.Program.Main(String[] args)
   --- End of inner exception stack trace --- blazor.webassembly.js:1:46102
    callEntryPoint https://try.mudblazor.com/_framework/blazor.webassembly.js:1

firefox_WKZxCyO49O

henon commented

Can you try in an incognito window if it works for you?

It does work in a Private window as well as other browsers.

henon commented

Then I suggest resetting the browser cache. Could be you got an old bugged version of the try.mudblazor webassembly in your firefox cache

Looks like same issue as here MudBlazor/MudBlazor#6222?
It's weird, since I'm Firefox user, and I never had this problem, but it's the second user having the same issue and in both cases it works in the private tab. But looks like a bug in firefox or in blazor than in TryMudBlazor.

hi @hburn7,
Can you test it now on Firefox without private tab?

Hi @ScarletKuro,

I was able to load it in Firefox on my Macbook just fine without a private tab.

Thanks for information. I guess we can close the issue then.

Agreed, thanks!