steampipe
steampipe copied to clipboard
Browsers are caching the old release assets unless you hard refresh after upgrading
Describe the bug Browsers cache index.html which means after a release of the dashboard UI your index.html still points to the old release assets (JS/CSS etc). A hard-refresh is required to get the new index.html with the new asset names (which are unique per release). In some cases that has led to some issues between old servers and new UIs.
Steampipe version (steampipe -v
)
v0.15.4
To reproduce Upgrade from one Steampipe version to another and restart your dashboard UI - depending on factors such as browser settings etc, you may receive the old index.html and therefore not get the latest dashboard UI.
Expected behavior You get the latest dashboard UI for each release you switch to.