Improve no-cache meta tags in WebApp
Seems users are still having errors with language files not loading properly. Trying a new meta tag to see if it helps
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- agent_kith changed milestone to %1.2.6 (Gear Isolation U6)
changed milestone to %1.2.6 (Gear Isolation U6)
- agent_kith assigned to @agent_kith
assigned to @agent_kith
- agent_kith created branch
85-improve-no-cache-meta-tags-in-webapp
to address this issuecreated branch
85-improve-no-cache-meta-tags-in-webapp
to address this issue - agent_kith mentioned in commit a0a2b682
mentioned in commit a0a2b682
- agent_kith mentioned in merge request !41 (merged)
mentioned in merge request !41 (merged)
- agent_kith mentioned in commit fd4a0490
mentioned in commit fd4a0490
- agent_kith closed with merge request !41 (merged)
closed with merge request !41 (merged)
- agent_kith added 1 deleted label
added 1 deleted label
- agent_kith reopened
reopened
- agent_kith created branch
85-improve-no-cache-meta-tags-in-webapp
to address this issuecreated branch
85-improve-no-cache-meta-tags-in-webapp
to address this issue - Author Owner
Try this code snippet:
const headers = new HttpHeaders() .set('Cache-Control', 'no-cache') .set('Pragma', 'no-cache'); if (config.version !== this.config.version) { this.httpClient .get(""➊, { headers➋, responseType: "text"➌ }) .subscribe(() => location.reload()➍); }
- agent_kith mentioned in commit 587a18cf
mentioned in commit 587a18cf
- agent_kith mentioned in merge request !49 (merged)
mentioned in merge request !49 (merged)
- agent_kith mentioned in commit 265d6620
mentioned in commit 265d6620
- agent_kith closed with merge request !49 (merged)
closed with merge request !49 (merged)
Please register or sign in to reply