dotnet-presentations / blazor-workshop

Blazor workshop
https://aka.ms/blazorworkshop
MIT License
3.5k stars 1.55k forks source link

Blazor Workshop haunts edge browser - firefox is ok #332

Closed surfmuggle closed 2 years ago

surfmuggle commented 2 years ago

I was able to get the blazor workshop running.

But now it won't get away in edge.

Steps to reproduce

  1. create a directory - for example Bakery2022 (the name does not matter)
  2. change into that directory and run dotnet new webapp and dotnet build and dotnet run
  3. expected: a new webapp is shown (see screenshot of firefox)
  4. actual: in edge i tries to load the blazor workshop, in firefox it works as expected

Could anyone help me please to ghostbust the blazor pizza workshop from my edge? In other words what do i have to do or delete so that edge will show the current run webapp?

blazor haunts edge

surfmuggle commented 2 years ago

After the deletion of serveral cached objects (for example: Cached images and files) the problem went away.

For more see edge settings

It would still be nice to understand why this happens.