Actions
Bug #14212
closedUser story #14194: Manage caching of technique editor resources (css/js) with Rudder version
In technique editor, ncf index is cached which defeats #14194 correction on migration
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
I migrated from rudder 4.1 to 4.3.
The old css/js linked were used (ie with ...?version=4.1.19) but the correct linked were present in ncf "index.html".
The problem is that the index is also cached, which defeat the whole correction.
The solution seems to be to also add a "?version=xxxx" in the iframe call so that the cache is also invalidated here.
Actions