-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssembly
Milestone
Description
I was searching for a way to force the browser to refresh/clear it's cache whenever I am deploying a new version of a Blazor Wasm app.
Currently, when a new deploy is made the browser still shows the old version of the app until I force reload it using CTRL+F5
, but on mobile this process can only be done by accessing browser's settings and manually clearing cache there.
You can imagine that all users must manually clear their cache to see an updated version of the app, unless I am doing something wrong here.
Is there a way to simplify this whenever a new version of the app is published?
I am also using Cloudflare, is there a way their cache can be automatically refreshed too with a new app publish?
Metadata
Metadata
Assignees
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssembly