Try adding cache-busting techniques like appending a version query (?v=1.2.3
) to file URLs or setting cache-control headers in your server (Cache-Control: no-cache, no-store, must-revalidate
). This should force browsers to load the latest version.
↧
Web Server Cache Issue with Ionic App
↧