MudBlazor / TryMudBlazor

A playground for trying out and testing MudBlazor components entirely in the browser.
https://try.mudblazor.com/
GNU General Public License v2.0
75 stars 37 forks source link

Unhandled Error when loading try.mudblazor.com on Firefox #105

Closed hburn7 closed 1 year ago

hburn7 commented 1 year ago

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 1 year ago

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

hburn7 commented 1 year ago

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

henon commented 1 year ago

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

ScarletKuro commented 1 year ago

Looks like same issue as here https://github.com/MudBlazor/MudBlazor/issues/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.

ScarletKuro commented 1 year ago

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

hburn7 commented 1 year ago

Hi @ScarletKuro,

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

ScarletKuro commented 1 year ago

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

hburn7 commented 1 year ago

Agreed, thanks!