You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the 'usual' scripts, have already a "content-hash" in their file name. Hence, with each re-deploy this content hash changes and forces the browser to reload these files.
The issue is in the dynamically loaded models. These models rely on "remoteEntry.js" to have a fixed name. Hence, these do not have contenthash in them and are not invalidated after redeployment.
Add 'hack' such that at redeployment, the browser cache is invalidated.
The text was updated successfully, but these errors were encountered: