I have a webpage that I initially started as a Blazor WASM project with PWA checked, because of the initial load time I decided to change it to a Blazor server project. Everything is working fine now except for desktops that had opened the page while it was a WASM project. They completely ignore the server and just run the original web page, if I do a shift-control-r the new web page with show up but anytime I go back it shows the original WASM page.
Does anyone know of a way to get the original wasm to update to the new version client side. I even shut the web server off and the webpage still works locally it is like it never even checks back with the server.
Thanks, Tim